documentType property
Document type from the DocumentType enum
Implementation
TextFieldWrapper get documentType => document
.fieldByTypeName("DocumentType")!
.let((field) => TextFieldWrapper(field));
Document type from the DocumentType enum
TextFieldWrapper get documentType => document
.fieldByTypeName("DocumentType")!
.let((field) => TextFieldWrapper(field));