SpeechRecognitionEvent constructor

SpeechRecognitionEvent(
  1. SpeechRecognitionEventType eventType,
  2. SpeechRecognitionResult? _result,
  3. SpeechRecognitionError? _error,
  4. bool? _listening,
  5. double? _level,
)

Implementation

SpeechRecognitionEvent(
    this.eventType, this._result, this._error, this._listening, this._level);