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