copyWith method
Implementation
SpeechRecognitionResultPending copyWith({String? partialText}) =>
SpeechRecognitionResultPending(
partialText: partialText ?? this.partialText,
);
SpeechRecognitionResultPending copyWith({String? partialText}) =>
SpeechRecognitionResultPending(
partialText: partialText ?? this.partialText,
);