PreferredDealTerms constructor

PreferredDealTerms({
  1. Price? fixedPrice,
})

Implementation

PreferredDealTerms({
  this.fixedPrice,
});