PlannableProductCoreAttributes constructor

PlannableProductCoreAttributes({
  1. String? buyingMethod,
  2. String? costModel,
  3. String? productCategory,
})

Implementation

PlannableProductCoreAttributes({
  this.buyingMethod,
  this.costModel,
  this.productCategory,
});