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