ProductAndServicesPrefs constructor

ProductAndServicesPrefs({
  1. bool? forPurchase,
  2. bool? forSales,
  3. bool? quantityOnHand,
  4. bool? quantityWithPriceAndRate,
})

Implementation

ProductAndServicesPrefs({
  this.forPurchase, this.forSales, this.quantityOnHand,
  this.quantityWithPriceAndRate
});