AddressDetails class

Annotations
  • @JsonSerializable.new()

Constructors

AddressDetails({String? type, String? locationCode, String? invoiceLocationCode, String? entityId, String? entityName, String? building, String? buildingNe, String? lattitude, String? longitude, String? streetName, String? postalCode, String? locationName1, String? locationName2, String? locationName3, String? locationName4, String? streetNameNe, String? formattedAddress, String? firstName, String? lastName, String? emailId, String? phone, String? formattedAddressNe})
AddressDetails.fromJson(Map<String, dynamic> json)
factory

Properties

building String?
getter/setter pair
buildingNe String?
getter/setter pair
emailId String?
getter/setter pair
entityId String?
getter/setter pair
entityName String?
getter/setter pair
firstName String?
getter/setter pair
formattedAddress String?
getter/setter pair
formattedAddressNe String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoiceLocationCode String?
getter/setter pair
lastName String?
getter/setter pair
lattitude String?
getter/setter pair
locationCode 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
phone String?
getter/setter pair
postalCode String?
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
type 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.
override

Operators

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