AddressFormData constructor
AddressFormData({})
Implementation
AddressFormData({
this.street,
this.city,
this.state,
this.country,
this.postalCode,
this.latitude,
this.longitude,
this.isFromGooglePlaces = false,
});