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(
  BitMatrix bits,
  List<ResultPoint> points,
  this.isCompact,
  this.nbDataBlocks,
  this.nbLayers, [
  this.errorsCorrected = 0,
]) : super(bits, points);