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
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?