SupportedLanguage class

A single supported language response corresponds to information related to one supported language.

Constructors

SupportedLanguage({String? displayName, String? languageCode, bool? supportSource, bool? supportTarget})
SupportedLanguage.fromJson(Map json_)

Properties

displayName String?
Human-readable name of the language localized in the display language specified in the request.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportSource bool?
Can be used as a source language.
getter/setter pair
supportTarget bool?
Can be used as a target language.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited