AddressModelMain constructor
AddressModelMain({})
Implementation
AddressModelMain({
this.id,
this.firstName,
this.lastName,
this.phone,
this.email,
this.address,
this.city,
this.postCode,
this.landmark,
this.countryCode,
this.regionCode,
this.localAreaCode,
this.googlePlaceId,
this.googleMapSearchPayload,
this.customerId,
});