profession property
String?
get
profession
The profession of the document holder.
Implementation
String? get profession => _map["profession"] as String?;
The profession of the document holder.
String? get profession => _map["profession"] as String?;