documentType property

TextFieldWrapper? get documentType

Document Type

Implementation

TextFieldWrapper? get documentType => document
    .fieldByTypeName("DocumentType")
    ?.let((field) => TextFieldWrapper(field));