StarGiftAuctionUserState constructor
const
StarGiftAuctionUserState({})
Star Gift Auction User State constructor.
Implementation
const StarGiftAuctionUserState({
required this.returned,
this.bidAmount,
this.bidDate,
this.minBidAmount,
this.bidPeer,
required this.acquiredCount,
}) : super._();