AreaType enum

Represents a type of area like country, state, city, county, etc.

Values

country → const AreaType

Represents a country, ie. a territory with its own borders and total sovereignty

state → const AreaType

Represents a state, ie. a part of a large country.

county → const AreaType

Represents a county, ie. an administrative division in a state or country.

city → const AreaType

Represents a city.

postalCode → const AreaType

Represents a postal code area.

district → const AreaType

Represents a district.

subDistrict → const AreaType

Represents a subdistrict.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
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.
inherited

Operators

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

Constants

values → const List<AreaType>
A constant List of the values in this enum, in order of their declaration.