menu
tdlib2 package
documentation
td_api.dart
TMeUrlTypeUserExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
TMeUrlTypeUser
copyWith
(
{
int
?
userId
,
})
Implementation
TMeUrlTypeUser copyWith({int? userId}) => TMeUrlTypeUser(userId: userId ?? this.userId);
tdlib2 package
documentation
td_api
TMeUrlTypeUserExtensions
copyWith method
TMeUrlTypeUserExtensions extension on
TMeUrlTypeUser