AddressComponent class final
Компонент адреса: улица, номер дома или словесное описание местоположения.
Constructors
Properties
- asLocation → AddressLocation?
-
no setter
- asNumber → AddressNumber?
-
no setter
- asStreetAddress → AddressStreet?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isLocation → bool
-
no setter
- isNumber → bool
-
no setter
- isStreetAddress → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
match<
T> ({required T streetAddress(AddressStreet value), required T number(AddressNumber value), required T location(AddressLocation value)}) → T -
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.
override