restrictions property

TextFieldWrapper? get restrictions

Restrictions (Column 12.)

Implementation

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