menu
tdlib package
documentation
td_api.dart
TestReturnError
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
TestReturnError
copyWith
(
{
TdError
?
error
,
})
Implementation
TestReturnError copyWith({ TdError? error, }) => TestReturnError( error: error ?? this.error, );
tdlib package
documentation
td_api
TestReturnError
copyWith method
TestReturnError class