RegionLevel enum

Inheritance

Constructors

RegionLevel()
const

Values

subterritory → const RegionLevel

Sark, Ascension Island, Diego Garcia, etc.

territory → const RegionLevel

Puerto Rico, Gurnsey, Hong Kong, etc.

subcountryGroup → const RegionLevel
country → const RegionLevel

Ethiopia, Brazil, United States, etc.

sharedLandform → const RegionLevel

Great Britain, Macaronesia, Mariana Islands, etc.

intermediateRegion → const RegionLevel

Eastern Africa, South America, Channel Islands, etc.

subregion → const RegionLevel

Sub-Saharan Africa, North America, Micronesia, etc.

region → const RegionLevel

Africa, Americas, Antarctica, Asia, Europe, Oceania

subunion → const RegionLevel

Outermost Regions of the EU, Overseas Countries and Territories of the EU

europeanUnion → const RegionLevel

European Union

unitedNations → const RegionLevel

United Nations

world → const RegionLevel

all features

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<RegionLevel>
A constant List of the values in this enum, in order of their declaration.