UQrDetectorResult constructor

const UQrDetectorResult(
  1. UBitMatrix bits,
  2. List<Offset> points
)

Implementation

const UQrDetectorResult(this.bits, this.points);