copyWith method

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

Implementation

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