AddressModel class

Annotations
  • @JsonSerializable()

Constructors

AddressModel(String? city, String? state, String? country, String? suburb, String? postcode, String? pedestrian, String? countryCode, String? cityDistrict, String? county)
AddressModel.fromJson(Map<String, dynamic> json)
factory

Properties

city String?
final
cityDistrict String?
final
country String?
final
countryCode String?
final
county String?
final
hashCode int
The hash code for this object.
no setterinherited
pedestrian String?
final
postcode String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
suburb String?
final

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