AddressLabels<T> constructor

const AddressLabels<T>({
  1. String? description,
  2. String? number,
  3. String? street,
  4. String? other,
  5. String? municipality,
  6. String? county,
  7. String? province,
  8. String? postalCode,
  9. String? countryCode,
  10. List<AddressTypeSelection<T>>? addressTypes,
  11. 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.addressTypes,
  this.provinceList,
});