personalNumber property

String? get personalNumber
override

A number that identifies the holder. The content and format of this field is specific for an issuing country. Counterintuitively the personal number isn't necessarily numeric.

Implementation

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