$GoogleTypeLocalizedText.fromJson constructor
$GoogleTypeLocalizedText.fromJson(
- Map json_
Implementation
$GoogleTypeLocalizedText.fromJson(core.Map json_)
: this(
languageCode: json_['languageCode'] as core.String?,
text: json_['text'] as core.String?,
);