dateOfIssuance property
Date of issuance
Implementation
ValidatedTextFieldWrapper? get dateOfIssuance => document
.fieldByTypeName("DateOfIssuance")
?.let((field) => ValidatedTextFieldWrapper(field));
Date of issuance
ValidatedTextFieldWrapper? get dateOfIssuance => document
.fieldByTypeName("DateOfIssuance")
?.let((field) => ValidatedTextFieldWrapper(field));