titleIssueDate property
TextFieldWrapper?
get
titleIssueDate
Data element ID "TAV". The date the jurisdiction's titling authority issued a title to the owner of the vehicle. The format is CCYYMMDD.
Implementation
TextFieldWrapper? get titleIssueDate => document
.fieldByTypeName("TitleIssueDate")
?.let((field) => TextFieldWrapper(field));