BarcodeQRCorrectionLevel enum
QR Code Correction Level
Values
- low → const BarcodeQRCorrectionLevel
-
7% of codewords can be restored.
- medium → const BarcodeQRCorrectionLevel
-
15% of codewords can be restored.
- quartile → const BarcodeQRCorrectionLevel
-
25% of codewords can be restored.
- high → const BarcodeQRCorrectionLevel
-
30% of codewords can be restored
Properties
Methods
-
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
Constants
-
values
→ const List<
BarcodeQRCorrectionLevel> - A constant List of the values in this enum, in order of their declaration.