ContactAddress constructor
const
ContactAddress({})
Creates a ContactAddress with the given parameters
Implementation
const ContactAddress({
this.street = '',
this.city = '',
this.state = '',
this.postalCode = '',
this.country = '',
this.isoCountry = '',
this.subAdministrativeArea = '',
this.subLocality = '',
this.label = AddressLabel.home,
this.customLabel = '',
});