LanguageEnum enum

Only support Chinese (both traditional and simplified) and English officially. If you need some other languages, can based on this document: https://docs.qq.com/doc/DSVN4aHVpZm1CSEhv?u=c927b5c7e9874f77b40b7549f3fffa57

Inheritance
Available extensions

Values

zhHant → const LanguageEnum

Chinese, Traditional

zhHans → const LanguageEnum

Chinese, Simplified

en → const LanguageEnum

English

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