restrictions property
Restrictions applied for the driver's license (Field 12.)
Implementation
TextFieldWrapper? get restrictions => document
.fieldByTypeName("Restrictions")
?.let((field) => TextFieldWrapper(field));
Restrictions applied for the driver's license (Field 12.)
TextFieldWrapper? get restrictions => document
.fieldByTypeName("Restrictions")
?.let((field) => TextFieldWrapper(field));