documentType property

String? get documentType

Implementation

String? get documentType => _$this._documentType;
set documentType (String? documentType)

Implementation

set documentType(String? documentType) => _$this._documentType = documentType;