AuctionContext constructor

AuctionContext({
  1. List<String>? auctionTypes,
})

Implementation

AuctionContext({
  this.auctionTypes,
});