mrzSecondaryIdentifier property

String? get mrzSecondaryIdentifier

The secondary identifiers (first names) as read from ICAO DG1, with any filler characters replaced by spaces.

Implementation

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