UQrFinderInfo constructor

const UQrFinderInfo(
  1. UPatternPoint bottomLeft,
  2. UPatternPoint topLeft,
  3. UPatternPoint topRight
)

Implementation

const UQrFinderInfo(this.bottomLeft, this.topLeft, this.topRight);