mrzString property
String?
get
mrzString
The MRZ string as read from ICAO DG1, without whitespace.
Implementation
String? get mrzString => _map["mrzString"] as String?;
The MRZ string as read from ICAO DG1, without whitespace.
String? get mrzString => _map["mrzString"] as String?;