jurisdictionSpecificRestrictionCodeDescription property

TextFieldWrapper? get jurisdictionSpecificRestrictionCodeDescription

Data element ID "DCR". Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges.

Implementation

TextFieldWrapper? get jurisdictionSpecificRestrictionCodeDescription =>
    document
        .fieldByTypeName("JurisdictionSpecificRestrictionCodeDescription")
        ?.let((field) => TextFieldWrapper(field));