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