isNotAllowed property
bool
get
isNotAllowed
Whether this entry explicitly forbids the associated use.
Implementation
bool get isNotAllowed => use == 'notAllowed';
Whether this entry explicitly forbids the associated use.
bool get isNotAllowed => use == 'notAllowed';