BOMModel constructor

BOMModel(
  1. String name,
  2. String item,
  3. double quantity,
  4. String uom,
)

Implementation

BOMModel(this.name, this.item, this.quantity, this.uom);