Place constructor Null safety

Place(
  1. {Location? location,
  2. String? address,
  3. String? postalCode,
  4. String? city,
  5. Country? country}
)