PDF417DetectorResult constructor

PDF417DetectorResult(
  1. BitMatrix _bits,
  2. List<List<ResultPoint?>> _points, [
  3. int _rotation = 0
])

Implementation

PDF417DetectorResult(this._bits, this._points, [this._rotation = 0]);