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