Address class

Annotations
  • @JsonSerializable()

Constructors

Address({int? id, String? addressLineOne, String? addressLineTwo, String? addressLineThree, String? addressLineFour, String? addressLineFive, String? addressLineSix, String? latitude, String? longitude, String? createdBy, String? updatedBy, String? createdDate, String? updatedDate, String? countryCode})
Address.fromJson(Map<String, dynamic> json)

Properties

addressLineFive String?
getter/setter pair
addressLineFour String?
getter/setter pair
addressLineOne String?
getter/setter pair
addressLineSix String?
getter/setter pair
addressLineThree String?
getter/setter pair
addressLineTwo String?
getter/setter pair
countryCode String?
getter/setter pair
createdBy String?
getter/setter pair
createdDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
latitude String?
getter/setter pair
longitude String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedBy String?
getter/setter pair
updatedDate 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