Address class

Represents an address

Properties

address1 String
The first line of the address
final
address2 String
The second line of the address, if available. Otherwise an empty string.
final
address3 String
The third line of the address, if available. Otherwise an empty string.
final
administrativeArea String
A country subdivision, such as a state or province
final
countryCode String
The two digit ISO country code
final
hashCode int
The hash code for this object.
no setterinherited
locality String
The city, town, neighborhood, or suburb
final
postalCode String
The postal or zip code
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortingCode String
The sorting code, if available. Otherwise an empty string.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

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