Address constructor
const
Address({})
Implementation
const Address({
required this.coordinates,
required this.addressLine,
required this.countryName,
required this.countryCode,
required this.featureName,
this.postalCode,
this.adminArea,
this.subAdminArea,
this.locality,
this.subLocality,
this.thoroughfare,
this.subThoroughfare,
});