isNotAllowed property

bool get isNotAllowed

Whether this entry explicitly forbids the associated use.

Implementation

bool get isNotAllowed => use == 'notAllowed';