OpenGiftAuction constructor

OpenGiftAuction({
  1. required int giftId,
})

Implementation

OpenGiftAuction({required this.giftId});