EMTranslateLanguage class

翻译语言类,包含翻译语言相关信息。

Constructors

EMTranslateLanguage.fromJson(Map map)
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
languageCode String
目标语言代码,如中文简体为 "zh-Hans"。
final
languageName String
语言名称,如中文简体为 "Chinese Simplified"。
final
languageNativeName String
语言的原生名称,如中文简体为 "中文 (简体)"。
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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