resultPoints property

List<ResultPoint?>? resultPoints

@return points related to the barcode in the image. These are typically points identifying finder patterns or the corners of the barcode. The exact meaning is specific to the type of barcode that was decoded.

Implementation

List<ResultPoint?>? get resultPoints => _resultPoints;