Lang enum

Inheritance

Constructors

Lang(String _locale, String? _normalize)
const

Values

da → const Lang
const Lang('da', null)
de → const Lang
const Lang('de', null)
enGB → const Lang
const Lang('en-GB', 'en')
enUS → const Lang
const Lang('en-US', 'en')
esES → const Lang
const Lang('es-ES', 'es')
fr → const Lang
const Lang('fr', null)
hr → const Lang
const Lang('hr', null)
it → const Lang
const Lang('it', null)
lt → const Lang
const Lang('lt', null)
hu → const Lang
const Lang('hu', null)
nl → const Lang
const Lang('nl', null)
no → const Lang
const Lang('no', null)
pl → const Lang
const Lang('pl', null)
ptBR → const Lang
const Lang('pt-BR', 'pt')
ro → const Lang
const Lang('ro', null)
fi → const Lang
const Lang('fi', null)
svSE → const Lang
const Lang('sv-SE', 'sv')
vi → const Lang
const Lang('vi', null)
tr → const Lang
const Lang('tr', null)
cs → const Lang
const Lang('cs', null)
el → const Lang
const Lang('el', null)
bg → const Lang
const Lang('bg', null)
ru → const Lang
const Lang('ru', null)
uk → const Lang
const Lang('uk', null)
hi → const Lang
const Lang('hi', null)
th → const Lang
const Lang('th', null)
zhCN → const Lang
const Lang('zh-CN', 'zh')
ja → const Lang
const Lang('ja', null)
zhTW → const Lang
const Lang('zh-TW', null)
ko → const Lang
const Lang('ko', null)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
locale String
no setter
normalize String
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 ==(Object other) bool
The equality operator.
inherited

Constants

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