LabelModel constructor
LabelModel({
- required List<
Uint8List> images, - int quantity = 1,
- LabelPerRow? labelPerRow,
Implementation
LabelModel({
required this.images,
this.quantity = 1,
this.labelPerRow,
});