issueDate property

TextFieldWrapper? get issueDate

Data de Expedição - Date the document was issued

Implementation

TextFieldWrapper? get issueDate => document
    .fieldByTypeName("IssueDate")
    ?.let((field) => TextFieldWrapper(field));