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
Values
- zhHant → const LanguageEnum
-
Chinese, Traditional
- zhHans → const LanguageEnum
-
Chinese, Simplified
- en → const LanguageEnum
-
English
Properties
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.