copyWith method

SpeechRecognitionResultError copyWith({
  1. TdError? error,
})

Implementation

SpeechRecognitionResultError copyWith({TdError? error}) =>
    SpeechRecognitionResultError(error: error ?? this.error);