hasNotBlocking property
bool
get
hasNotBlocking
Returns true if blocking
is null, otherwise false.
Implementation
bool get hasNotBlocking => !hasBlocking;
Returns true if blocking
is null, otherwise false.
bool get hasNotBlocking => !hasBlocking;