QRValidationStatus enum
The status of the QR code data you requested to be validated.
Values
- valid → const QRValidationStatus
-
The QR code data is valid for the provided parameters.
- contentTooLong → const QRValidationStatus
-
The QR code data is too long for the provided version + error check configuration or too long to be contained in a QR code.
- error → const QRValidationStatus
-
An unknown / unexpected error occurred when we tried to validate the QR code data.
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<
QRValidationStatus> - A constant List of the values in this enum, in order of their declaration.