AztecDetectorResult constructor

AztecDetectorResult(
  1. BitMatrix bits,
  2. List<ResultPoint> points,
  3. bool _compact,
  4. int _nbDataBlocks,
  5. int _nbLayers,
)

Implementation

AztecDetectorResult(
  BitMatrix bits,
  List<ResultPoint> points,
  this._compact,
  this._nbDataBlocks,
  this._nbLayers,
) : super(bits, points);