SearchAddressComponent class abstract final

Single address component.

Component represents a single entry in the administrative hierarchy of the address.

Implemented types

Constructors

SearchAddressComponent(String name, List<SearchAddressComponentKind> kinds)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
kinds List<SearchAddressComponentKind>
Component kinds. May contain both general and specific kind, for example SearchAddressComponentKind.Station and SearchAddressComponentKind.MetroStation.
no setter
name String
Component name.
no setter
runtimeType Type
A representation of the runtime type of the object.
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.
override

Operators

operator ==(covariant SearchAddressComponent other) bool
The equality operator.
override