SpeechError constructor

const SpeechError(
  1. int errorCode,
  2. String errorDescription
)

Implementation

const SpeechError(this.errorCode, this.errorDescription);