Address constructor
const
Address({})
Implementation
const Address({
this.formatted,
this.street,
this.city,
this.state,
this.postalCode,
this.country,
this.isoCountryCode,
this.subAdministrativeArea,
this.subLocality,
this.poBox,
this.neighborhood,
Label<AddressLabel>? label,
this.metadata,
}) : label = label ?? const Label(AddressLabel.home);