Language constructor Null safety

Language(
  1. {String? code,
  2. String? name,
  3. String? native}
)