SimpleAddress constructor
SimpleAddress({})
Implementation
SimpleAddress({
this.streetNumber,
this.route,
this.subLocality,
this.locality,
this.administrativeAreaLevel3,
this.administrativeAreaLevel2,
this.administrativeAreaLevel1,
this.country,
this.postalCode,
required this.location,
required this.formattedAddress,
});