ILModelToReport constructor
ILModelToReport({})
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);