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