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
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.