copyWith method
Implementation
@override
SpeechRecognitionResultError copyWith({
TdError? error,
}) =>
SpeechRecognitionResultError(
error: error ?? this.error,
);
@override
SpeechRecognitionResultError copyWith({
TdError? error,
}) =>
SpeechRecognitionResultError(
error: error ?? this.error,
);