ILModelToReport constructor

ILModelToReport({
  1. required ModelSize modelSize,
  2. bool supplierName = false,
  3. bool itemName = false,
  4. bool itemSKU = false,
  5. bool weight = false,
  6. bool quantity = false,
  7. bool dimensions = false,
  8. bool productionDate = false,
  9. bool supplierAddress = false,
})

Implementation

ILModelToReport({
  required super.modelSize,
  this.supplierName = false,
  this.itemName = false,
  this.itemSKU = false,
  this.weight = false,
  this.quantity = false,
  this.dimensions = false,
  this.productionDate = false,
  this.supplierAddress = false,
  }) : super(modelClass: ModelClass.itemLabel);