AztecDetectorResult constructor

AztecDetectorResult(
  1. BitMatrix bits,
  2. List<ResultPoint> points,
  3. bool isCompact,
  4. int nbDataBlocks,
  5. int nbLayers, [
  6. int errorsCorrected = 0,
])

Implementation

AztecDetectorResult(
  super.bits,
  super.points,
  this.isCompact,
  this.nbDataBlocks,
  this.nbLayers, [
  this.errorsCorrected = 0,
]);