hasAllowAll

abstract fun hasAllowAll(): Boolean
## Policies: Allow-all.

Allows all host access for the guest language. This means the guest language can load classes, access I/O, and
perform other potentially sensitive or dangerous operations. Exercise extreme caution enabling this policy.
bool allow_all = 1;

Return

Whether the allowAll field is set.