googleapis package
documentation
$shared
$Language
$Language constructor
$Language
$Language
constructor
Null safety
$Language
(
{
String
?
id
,
String
?
kind
,
String
?
languageCode
,
String
?
name
}
)
Implementation
$Language({ this.id, this.kind, this.languageCode, this.name, });
googleapis package
documentation
$shared
$Language
$Language constructor
$Language class
Constructors
$Language
fromJson
Properties
hashCode
id
kind
languageCode
name
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==