Address class

Address class, contains the infos for an address

Constructors

Address({String? formatted, String? streetAddress, String? locality, String? region, String? postalCode, String? country})
Address default constructor
const

Properties

country String?
the address country
final
formatted String?
the formatted address string
final
hashCode int
The hash code for this object.
no setterinherited
locality String?
the address locality
final
postalCode String?
the address postal code
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
region String?
the address region
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streetAddress String?
the address street
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

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