InputStarGiftAuction constructor

const InputStarGiftAuction({
  1. required int giftId,
})

Input Star Gift Auction constructor.

Implementation

const InputStarGiftAuction({required this.giftId}) : super._();