ALLOW_FORMS constant
Sandbox
const ALLOW_FORMS
Allows the resource to submit forms. If this keyword is not used, form submission is blocked.
Implementation
static const ALLOW_FORMS = Sandbox._internal('allow-forms', 'allow-forms');