hasNotBlockingByList property
bool
get
hasNotBlockingByList
Returns true if blockingByList
is null, otherwise false.
Implementation
bool get hasNotBlockingByList => !hasBlockingByList;
Returns true if blockingByList
is null, otherwise false.
bool get hasNotBlockingByList => !hasBlockingByList;