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