MachineReadableZone class final
Machine Readable Zone (MRZ). It contains a travel document type and the parsed content in one of the TD1, TD2 or TD3.
- Annotations
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lines
→ List<
String> -
Text lines.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- td1 → Td1MachineReadableZone?
-
Machine Readable Zone according TD1 specification.
final
- td2 → Td2MachineReadableZone?
-
Machine Readable Zone according TD2 specification.
final
- td3 → Td3MachineReadableZone?
-
Machine Readable Zone according TD3 specification.
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