NonGuaranteedFixedPriceTerms constructor

NonGuaranteedFixedPriceTerms({
  1. List<PricePerBuyer>? fixedPrices,
})

Implementation

NonGuaranteedFixedPriceTerms({
  this.fixedPrices,
});