FmAddress constructor
const
FmAddress({})
Implementation
const FmAddress({
required this.iso,
required this.city,
required this.state,
required this.suburb,
required this.county,
required this.country,
required this.postcode,
required this.countryCode,
required this.residential,
required this.stateDistrict,
});