LocationAddress constructor
const
LocationAddress({})
create_location_address_param
The full address of the location.
Implementation
const LocationAddress({
this.city,
required this.country,
this.line1,
this.line2,
this.postalCode,
this.state,
});