ContentLanguage enum

Inheritance

Constructors

ContentLanguage(String code)
const

Values

english → const ContentLanguage

en

const ContentLanguage('en')
arabic → const ContentLanguage

ar

const ContentLanguage('ar')
bengali → const ContentLanguage

bn

const ContentLanguage('bn')
czech → const ContentLanguage

cs

const ContentLanguage('cs')
danish → const ContentLanguage

da

const ContentLanguage('da')
german → const ContentLanguage

de

const ContentLanguage('de')
greek → const ContentLanguage

el

const ContentLanguage('el')
spanish → const ContentLanguage

es

const ContentLanguage('es')
persian → const ContentLanguage

fa

const ContentLanguage('fa')
finnish → const ContentLanguage

fi

const ContentLanguage('fi')
filipino → const ContentLanguage

fil

const ContentLanguage('fil')
french → const ContentLanguage

fr

const ContentLanguage('fr')
hebrew → const ContentLanguage

he

const ContentLanguage('he')
hindi → const ContentLanguage

hi

const ContentLanguage('hi')
hungarian → const ContentLanguage

hu

const ContentLanguage('hu')
indonesian → const ContentLanguage

id

const ContentLanguage('id')
italian → const ContentLanguage

it

const ContentLanguage('it')
japanese → const ContentLanguage

ja

const ContentLanguage('ja')
korean → const ContentLanguage

ko

const ContentLanguage('ko')
malay → const ContentLanguage

msa

const ContentLanguage('msa')
dutch → const ContentLanguage

nl

const ContentLanguage('nl')
norwegian → const ContentLanguage

no

const ContentLanguage('no')
polish → const ContentLanguage

pl

const ContentLanguage('pl')
portuguese → const ContentLanguage

pt

const ContentLanguage('pt')
romanian → const ContentLanguage

ro

const ContentLanguage('ro')
russian → const ContentLanguage

ru

const ContentLanguage('ru')
swedish → const ContentLanguage

sv

const ContentLanguage('sv')
thai → const ContentLanguage

th

const ContentLanguage('th')
turkish → const ContentLanguage

tr

const ContentLanguage('tr')
ukrainian → const ContentLanguage

uk

const ContentLanguage('uk')
urdu → const ContentLanguage

ur

const ContentLanguage('ur')
vietnamese → const ContentLanguage

vi

const ContentLanguage('vi')
simplifiedChinese → const ContentLanguage

zh-cn

const ContentLanguage('zh-cn')
traditionalChinese → const ContentLanguage

zh-tw

const ContentLanguage('zh-tw')

Properties

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