AddressLabels<T> class
Constructors
-
AddressLabels.new({String? description, String? number, String? street, String? other, String? municipality, String? county, String? province, String? postalCode, String? countryCode, List<AddressTypeSelection<T>>? addressTypes, List<(String, String, Image?)>? provinceList})
-
const
Methods
-
copyWith({String? description, String? number, String? street, String? other, String? municipality, String? county, String? province, String? postalCode, String? countryCode, List<AddressTypeSelection<T>>? addressTypes, String? addressTypeTooltip, List<(String, String, Image?)>? provinceList})
→ AddressLabels<T>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited