documentType property

TextFieldWrapper get documentType

Document type from the DocumentType enum

Implementation

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