KevinCountry enum
Values
- austria → const KevinCountry
-
const KevinCountry('at')
- belgium → const KevinCountry
-
const KevinCountry('be')
- bulgaria → const KevinCountry
-
const KevinCountry('bg')
- cyprus → const KevinCountry
-
const KevinCountry('cy')
- czechia → const KevinCountry
-
const KevinCountry('cz')
- germany → const KevinCountry
-
const KevinCountry('de')
- denmark → const KevinCountry
-
const KevinCountry('dk')
- estonia → const KevinCountry
-
const KevinCountry('ee')
- spain → const KevinCountry
-
const KevinCountry('es')
- finland → const KevinCountry
-
const KevinCountry('fi')
- france → const KevinCountry
-
const KevinCountry('fr')
- unitedKingdom → const KevinCountry
-
const KevinCountry('gb')
- croatia → const KevinCountry
-
const KevinCountry('hr')
- hungary → const KevinCountry
-
const KevinCountry('hu')
- ireland → const KevinCountry
-
const KevinCountry('ie')
- italy → const KevinCountry
-
const KevinCountry('it')
- lithuania → const KevinCountry
-
const KevinCountry('lt')
- luxembourg → const KevinCountry
-
const KevinCountry('lu')
- latvia → const KevinCountry
-
const KevinCountry('lv')
- malta → const KevinCountry
-
const KevinCountry('mt')
- netherlands → const KevinCountry
-
const KevinCountry('nl')
- norway → const KevinCountry
-
const KevinCountry('no')
- poland → const KevinCountry
-
const KevinCountry('pl')
- portugal → const KevinCountry
-
const KevinCountry('pt')
- romania → const KevinCountry
-
const KevinCountry('ro')
- sweden → const KevinCountry
-
const KevinCountry('se')
- slovenia → const KevinCountry
-
const KevinCountry('si')
- slovakia → const KevinCountry
-
const KevinCountry('sk')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- iso → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
KevinCountry> - A constant List of the values in this enum, in order of their declaration.