AddressElement class

Annotations
  • @JsonSerializable()

Constructors

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

Properties

addressIdentifier ↔ dynamic
getter/setter pair
addressType int?
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 int?
getter/setter pair
lattitude String?
getter/setter pair
locationId1 String?
getter/setter pair
locationId2 String?
getter/setter pair
locationId3 String?
getter/setter pair
locationId4 String?
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 String?
getter/setter pair
multiLocationId2 String?
getter/setter pair
multiLocationId3 String?
getter/setter pair
multiLocationId4 String?
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 String?
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