hasBlocking property

bool get hasBlocking

Returns true if blocking is not null, otherwise false.

Implementation

bool get hasBlocking => blocking != null;