ProductItem constructor
ProductItem({})
Implementation
ProductItem({
this.name,
this.type,
this.amount,
this.category,
this.quantity,
this.description,
this.subcategory,
this.referenceId,
});
ProductItem({
this.name,
this.type,
this.amount,
this.category,
this.quantity,
this.description,
this.subcategory,
this.referenceId,
});