SpeechRecognitionResultPending.fromJson constructor
Parse from a json
Implementation
factory SpeechRecognitionResultPending.fromJson(Map<String, dynamic> json) =>
SpeechRecognitionResultPending(
partialText: json['partial_text'],
);
Parse from a json
factory SpeechRecognitionResultPending.fromJson(Map<String, dynamic> json) =>
SpeechRecognitionResultPending(
partialText: json['partial_text'],
);