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