QRCodeDecoderMetaData class

Meta-data container for QR Code decoding. Instances of this class may be used to convey information back to the decoding caller. Callers are expected to process this.

See DecoderResult.getOther()

Constructors

QRCodeDecoderMetaData(bool _mirrored)

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

applyMirroredCorrection(List<ResultPoint>? points) → void
Apply the result points' order correction due to mirroring.
isMirrored() bool
@return true if the QR Code was mirrored.
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