AddressComponent class abstract

Constructors

AddressComponent([void updates(AddressComponentBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
longName String?
The full text description or name of the address component as returned by the Geocoder.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String?
An abbreviated textual name for the address component, if available. For example, an address component for the state of Alaska may have a long_name of "Alaska" and a short_name of "AK" using the 2-letter postal abbreviation.
no setter
types → BuiltList<String>?
An array indicating the type of the address component. See the list of supported types.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AddressComponentBuilder)) AddressComponent
Rebuilds the instance.
inherited
toBuilder() AddressComponentBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<AddressComponent>
no setter