MRZFormat enum

Inheritance

Constructors

MRZFormat(String value)
const

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

Constants

values → const List<MRZFormat>
A constant List of the values in this enum, in order of their declaration.