copyWith method

SentGiftUpgraded copyWith({
  1. UpgradedGift? gift,
})

Implementation

SentGiftUpgraded copyWith({UpgradedGift? gift}) =>
    SentGiftUpgraded(gift: gift ?? this.gift);