copyWith method

GetGiftAuctionAcquiredGifts copyWith({
  1. int? giftId,
})

Implementation

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