hasNotBlockingByList property

bool get hasNotBlockingByList

Returns true if blockingByList is null, otherwise false.

Implementation

bool get hasNotBlockingByList => !hasBlockingByList;