Address class
Properties
-
country
→ String?
-
Country name component.
no setter
-
formatted
→ String?
-
Full mailing address, formatted for display or use on a mailing label.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
locality
→ String?
-
City or locality component.
no setter
-
postalCode
→ String?
-
Zip code or postal code component.
no setter
-
region
→ String?
-
State, province, prefecture, or region component.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
streetAddress
→ String?
-
Full street address component.
no setter
Methods
-
getTyped<T>(String key, {T factory(dynamic v)?})
→ T?
-
Returns the property
key
as a typed object
inherited
-
getTypedList<T>(String key, {T factory(dynamic v)?})
→ List<T>?
-
Returns the property
key
as a typed list
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toBase64EncodedString()
→ String
-
Returns the base64 representation
inherited
-
toBytes()
→ List<int>
-
Returns the bytes representing the encoded JSON
inherited
-
toJson()
→ Map<String, dynamic>
-
Returns a JSON representation
inherited
-
toString()
→ String
-
A string representation of this object.
inherited