mrzPrimaryIdentifier property

String? get mrzPrimaryIdentifier

The primary identifier (last name) as read from ICAO DG1, with any filler characters replaced by spaces.

Implementation

String? get mrzPrimaryIdentifier => _map["mrzPrimaryIdentifier"] as String?;