UAztecDetectorResult constructor

const UAztecDetectorResult(
  1. UBitMatrix bits,
  2. List<Offset> points,
  3. bool compact,
  4. int nbDatablocks,
  5. int nbLayers,
)

Implementation

const UAztecDetectorResult(this.bits, this.points, this.compact, this.nbDatablocks, this.nbLayers);