toFinal method

Implementation

SpeechRecognitionResult toFinal() {
  return SpeechRecognitionResult(alternates, true);
}