BarcodeResult constructor

BarcodeResult(
  1. String format,
  2. String text,
  3. int x1,
  4. int y1,
  5. int x2,
  6. int y2,
  7. int x3,
  8. int y3,
  9. int x4,
  10. int y4,
)

Implementation

BarcodeResult(this.format, this.text, this.x1, this.y1, this.x2, this.y2,
    this.x3, this.y3, this.x4, this.y4);