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