hasNotAllow property
bool
get
hasNotAllow
Returns true if allow
is null, otherwise false.
Implementation
bool get hasNotAllow => !hasAllow;
Returns true if allow
is null, otherwise false.
bool get hasNotAllow => !hasAllow;