issueDate property
Data de Expedição - Date the document was issued
Implementation
TextFieldWrapper? get issueDate => document
.fieldByTypeName("IssueDate")
?.let((field) => TextFieldWrapper(field));
Data de Expedição - Date the document was issued
TextFieldWrapper? get issueDate => document
.fieldByTypeName("IssueDate")
?.let((field) => TextFieldWrapper(field));