restrictions property

TextFieldWrapper? get restrictions

Restrictions applied for the driver's license (Field 12.)

Implementation

TextFieldWrapper? get restrictions => document
    .fieldByTypeName("Restrictions")
    ?.let((field) => TextFieldWrapper(field));