documentDate property

TextFieldWrapper? get documentDate

Document Date. The format is ISO8601 with delimiters

Implementation

TextFieldWrapper? get documentDate => document
    .fieldByTypeName("DocumentDate")
    ?.let((field) => TextFieldWrapper(field));