copyWith method

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

Implementation

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