hasNotAllow property

bool get hasNotAllow

Returns true if allow is null, otherwise false.

Implementation

bool get hasNotAllow => !hasAllow;