AddressLabels<T> constructor
const
AddressLabels<T> ({
- String? description,
- String? number,
- String? street,
- String? other,
- String? municipality,
- String? county,
- String? province,
- String? postalCode,
- String? countryCode,
- String? provincePickerSemanticLabel,
- String? countryPickerSemanticLabel,
- List<
AddressTypeSelection< ? addressTypes,T> > - List<
(String, String, Image?)> ? provinceList,
Implementation
const AddressLabels({
this.description,
this.number,
this.street,
this.other,
this.municipality,
this.county,
this.province,
this.postalCode,
this.countryCode,
this.provincePickerSemanticLabel,
this.countryPickerSemanticLabel,
this.addressTypes,
this.provinceList,
});