profession property

String? get profession

The profession of the document holder.

Implementation

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