PrivateAuctionTerms constructor

PrivateAuctionTerms({
  1. Price? floorPrice,
  2. bool? openAuctionAllowed,
})

Implementation

PrivateAuctionTerms({
  this.floorPrice,
  this.openAuctionAllowed,
});