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