UFUAddressModel constructor
UFUAddressModel({})
Implementation
UFUAddressModel({
this.id,
this.address,
this.address1,
this.address2,
this.completeAddress,
this.city,
this.state,
this.country,
this.postcode,
this.latitude,
this.longitude,
this.placeId,
this.userId,
this.createdAt,
this.updatedAt,
});