copyWith method
Implementation
GetGiftAuctionAcquiredGifts copyWith({int? giftId}) =>
GetGiftAuctionAcquiredGifts(giftId: giftId ?? this.giftId);
GetGiftAuctionAcquiredGifts copyWith({int? giftId}) =>
GetGiftAuctionAcquiredGifts(giftId: giftId ?? this.giftId);