StarGiftAuctionStateFinished constructor
const
StarGiftAuctionStateFinished({})
Star Gift Auction State Finished constructor.
Implementation
const StarGiftAuctionStateFinished({
required this.startDate,
required this.endDate,
required this.averagePrice,
this.listedCount,
this.fragmentListedCount,
this.fragmentListedUrl,
}) : super._();