adultInformation property

TextFieldWrapper? get adultInformation

Data element ID "DCJ". A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record.

Implementation

TextFieldWrapper? get adultInformation => document
    .fieldByTypeName("AdultInformation")
    ?.let((field) => TextFieldWrapper(field));