Language enum

Inheritance

Constructors

Language()
const

Values

system → const Language

系统语言

chinese → const Language

中文简体

traditional_chinese → const Language

中文繁体

english → const Language

英语

japanese → const Language

日语

france → const Language

法语

german → const Language

德语

russian → const Language

俄语

vietnamese → const Language

越语

korean → const Language

韩语

portuguese → const Language

葡萄牙语

spanish → const Language

西班牙语

arabic → const Language

阿拉伯语

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