MRZFormat enum
Values
- UNKNOWN → const MRZFormat
-
Will be returned if getByValue if a non-existent was passed.
const MRZFormat("")
- FORMAT_1X30 → const MRZFormat
-
const MRZFormat("1x30")
- FORMAT_3X30 → const MRZFormat
-
const MRZFormat("3x30")
- FORMAT_2X36 → const MRZFormat
-
const MRZFormat("2x36")
- FORMAT_2X44 → const MRZFormat
-
const MRZFormat("2x44")
- FORMAT_1X6 → const MRZFormat
-
const MRZFormat("1x6")
- FORMAT_2X30 → const MRZFormat
-
const MRZFormat("2x30")
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
- value → String
-
final
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
Static Methods
-
fromStringList(
List? input) → List< MRZFormat> ? -
getByValue(
String? i) → MRZFormat?