copyWith method

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

Implementation

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