Address class

Constructors

Address.new({required String? road, required String? borough, required String? city, required String? municipality, required String? district, required String? state, required String? iso31662Lvl4, required String? postcode, required String? country, required String? countryCode, required String? houseNumber, required String? town})
Address.fromJson(Map<String, dynamic> json)
factory

Properties

borough String?
final
city String?
final
country String?
final
countryCode String?
final
district String?
final
hashCode int
The hash code for this object.
no setterinherited
houseNumber String?
final
iso31662Lvl4 String?
final
municipality String?
final
postcode String?
final
road String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
town 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.
override

Operators

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