checkNumber property
This field is often the check number, though it cannot be guaranteed as it is up to the discretion of the issuing bank.
Implementation
TextFieldWrapper get checkNumber => document
.fieldByTypeName("CheckNumber")!
.let((field) => TextFieldWrapper(field));