MrzScanningResult class

This class describes machine readable zone rtu-ui component scanned result

Inheritance

Constructors

MrzScanningResult(MrzDocumentType documentType, String rawMrz, MRZ? document)
MrzScanningResult.canceled()
MrzScanningResult.error(String message)
MrzScanningResult.fromJson(Map<String, dynamic> json)
factory

Properties

document MRZ?
mrz generic document
read / write
documentType MrzDocumentType
read / write
hashCode int
The hash code for this object.
read-onlyinherited
message String?
Message with description of returned result, for example, error message
read / writeinherited
operationResult OperationResult?
Standart result status
read / writeinherited
rawMrz String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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