jurisdictionSpecificRestrictionCodes property
TextFieldWrapper?
get
jurisdictionSpecificRestrictionCodes
Data element ID "DCB". Jurisdiction-specific codes that represent restrictions to driving privileges (such as airbrakes, automatic transmission, daylight only, etc.).
Implementation
TextFieldWrapper? get jurisdictionSpecificRestrictionCodes => document
.fieldByTypeName("JurisdictionSpecificRestrictionCodes")
?.let((field) => TextFieldWrapper(field));