secondaryIdentifier property
The secondary identifier of the document holder, usually their first name(s).
Implementation
String? get secondaryIdentifier => _map["secondaryIdentifier"] as String?;
The secondary identifier of the document holder, usually their first name(s).
String? get secondaryIdentifier => _map["secondaryIdentifier"] as String?;