DictationError constructor

DictationError(
  1. DictationErrorType errorType,
  2. String errorMessage
)

Implementation

DictationError(this.errorType, this.errorMessage);