BarcodeResult constructor
BarcodeResult()
Constructs a BarcodeResult with the given properties.
Implementation
BarcodeResult(
this.format,
this.text,
this.x1,
this.y1,
this.x2,
this.y2,
this.x3,
this.y3,
this.x4,
this.y4,
this.angle,
this.barcodeBytes,
);