SpeechRecognitionEvent constructor
SpeechRecognitionEvent(
- SpeechRecognitionEventType eventType,
- SpeechRecognitionResult? _result,
- SpeechRecognitionError? _error,
- bool? _listening,
- double? _level,
Implementation
SpeechRecognitionEvent(
this.eventType, this._result, this._error, this._listening, this._level);