PreviewLabelModel constructor
PreviewLabelModel({})
Implementation
PreviewLabelModel({
required this.code,
required this.productName,
required this.price,
required this.companyName,
required this.toppings,
required this.note,
required this.billDate,
required this.labelIndex,
required this.totalLabels,
});