copyWith method
Implementation
UpgradedGiftAttributeIdSymbol copyWith({int? stickerId}) =>
UpgradedGiftAttributeIdSymbol(stickerId: stickerId ?? this.stickerId);
UpgradedGiftAttributeIdSymbol copyWith({int? stickerId}) =>
UpgradedGiftAttributeIdSymbol(stickerId: stickerId ?? this.stickerId);