hasBlockingByList property

bool get hasBlockingByList

Returns true if blockingByList is not null, otherwise false.

Implementation

bool get hasBlockingByList => blockingByList != null;