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