nameOfHolder property
String?
get
nameOfHolder
Name of the document holder. This is either a name retrieved from data group 11 (in case the name is long or contains non-ascii characters) or derived by concatenating the primary and secondary identifiers.
Implementation
String? get nameOfHolder => _map["nameOfHolder"] as String?;