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