documentTypeCode property
TextFieldWrapper?
get
documentTypeCode
Document type code
Implementation
TextFieldWrapper? get documentTypeCode => document
.fieldByTypeName("DocumentTypeCode")
?.let((field) => TextFieldWrapper(field));