Decoder class

The main class which implements QR Code decoding -- as opposed to locating and extracting the QR Code from an image.

@author Sean Owen

Constructors

Decoder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(List<List<bool>> image, [Map<DecodeHintType, Object>? hints]) DecoderResult
Convenience method that can decode a QR Code represented as a 2D array of booleans. "true" is taken to mean a black module.
decodeMatrix(BitMatrix bits, [Map<DecodeHintType, Object>? hints]) DecoderResult
Decodes a QR Code represented as a [BitMatrix]. A 1 or "true" is taken to mean a black module.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited