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