SpeechRecognitionError constructor

SpeechRecognitionError(
  1. String errorMsg,
  2. bool permanent
)

Implementation

SpeechRecognitionError(this.errorMsg, this.permanent);