SpeechResult constructor

SpeechResult({
  1. String? result,
  2. bool? isPartial,
})

Implementation

SpeechResult({this.result, this.isPartial});