Country constructor Null safety

Country(
  1. {String? code,
  2. String? name,
  3. String? native,
  4. String? emoji}
)