BarcodeImageModel constructor
BarcodeImageModel({})
Implementation
BarcodeImageModel({
this.imageData,
this.images,
this.quantity = 1, // Default value is 1
this.width,
this.height,
this.x,
this.y,
this.widthImage,
});