countryIdentification property

TextFieldWrapper? get countryIdentification

Data element ID "DCG". Country in which DL/ID is issued. U.S. = USA, Canada = CAN.

Implementation

TextFieldWrapper? get countryIdentification => document
    .fieldByTypeName("CountryIdentification")
    ?.let((field) => TextFieldWrapper(field));