Address class

Constructors

Address({String? country, String? countryCode, String? municipality, String? city, String? town, String? village, String? suburb, String? neighbourhood, String? road, String? houseNumber, String? postcode})
Address.fromJson(Map<String, dynamic> json)
factory

Properties

city String?
final
country String?
final
countryCode String?
final
hashCode int
The hash code for this object.
no setterinherited
houseNumber String?
final
municipality String?
final
neighbourhood String?
final
postcode String?
final
road String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settlementName String?
no setter
suburb String?
final
town String?
final
village String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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