copyWith method
Implementation
StarTransactionTypeGiftPurchaseOffer copyWith({UpgradedGift? gift}) =>
StarTransactionTypeGiftPurchaseOffer(gift: gift ?? this.gift);
StarTransactionTypeGiftPurchaseOffer copyWith({UpgradedGift? gift}) =>
StarTransactionTypeGiftPurchaseOffer(gift: gift ?? this.gift);