menu
tdlib2 package
documentation
td_api.dart
CallStateErrorExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
CallStateError
copyWith
(
{
TdError
?
error
,
})
Implementation
CallStateError copyWith({TdError? error}) => CallStateError(error: error ?? this.error);
tdlib2 package
documentation
td_api
CallStateErrorExtensions
copyWith method
CallStateErrorExtensions extension on
CallStateError