documentCode property

String? get documentCode

Document code indicating the type of document. 'P' for a passport. 'I' for an Identity Document.

Implementation

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