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