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