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