GoogleCloudDialogflowCxV3Phrase.fromJson constructor
GoogleCloudDialogflowCxV3Phrase.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3Phrase.fromJson(core.Map json_)
: this(
text: json_.containsKey('text') ? json_['text'] as core.String : null,
);