Address class

Annotations
  • @JsonSerializable()

Constructors

Address({dynamic addressType, String? locationId1, String? locationId2, String? locationId3, String? locationId4, int? postalCode, String? streetName, String? streetNameNe, String? building, String? buildingNe, String? locationName1, String? locationName2, String? locationName3, String? locationName4, String? lattitude, String? longitude})
Address.fromJson(Map<String, dynamic> json)
factory

Properties

addressType ↔ dynamic
getter/setter pair
building String?
getter/setter pair
buildingNe String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
postalCode int?
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