Address class

Annotations
  • @JsonSerializable()

Constructors

Address({dynamic addressType, String? locationId1, String? locationId2, String? locationId3, dynamic locationId4, dynamic multiLocationId1, dynamic multiLocationId2, dynamic multiLocationId3, dynamic multiLocationId4, int? postalCode, String? streetName, dynamic streetNameNe, String? building, String? buildingNe, String? locationName1, String? locationName2, String? locationName3, String? locationName4, String? lattitude, String? longitude, dynamic id, bool? defaultAddress, dynamic addressIdentifier, dynamic rootLocationId})
Address.fromJson(Map<String, dynamic> json)
factory

Properties

addressIdentifier ↔ dynamic
getter/setter pair
addressType ↔ dynamic
getter/setter pair
building String?
getter/setter pair
buildingNe String?
getter/setter pair
defaultAddress bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id ↔ dynamic
getter/setter pair
lattitude String?
getter/setter pair
locationId1 String?
getter/setter pair
locationId2 String?
getter/setter pair
locationId3 String?
getter/setter pair
locationId4 ↔ dynamic
getter/setter pair
locationName1 String?
getter/setter pair
locationName2 String?
getter/setter pair
locationName3 String?
getter/setter pair
locationName4 String?
getter/setter pair
longitude String?
getter/setter pair
multiLocationId1 ↔ dynamic
getter/setter pair
multiLocationId2 ↔ dynamic
getter/setter pair
multiLocationId3 ↔ dynamic
getter/setter pair
multiLocationId4 ↔ dynamic
getter/setter pair
postalCode int?
getter/setter pair
rootLocationId ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streetName String?
getter/setter pair
streetNameNe ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited