ChatTranslateLanguage class

The translation language class, which contains the information of the translation languages.

Constructors

ChatTranslateLanguage.fromJson(Map map)
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
languageCode String
The code of a target language. For example, the code for simplified Chinese is "zh-Hans".
final
languageName String
The language name. For example, the code for simplified Chinese is "Chinese Simplified".
final
languageNativeName String
The native name of the language. For example, the native name of simplified Chinese is "Chinese (Simplified)".
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