hasBlocked property

bool get hasBlocked

Returns true if blocked is not null, otherwise false.

Implementation

bool get hasBlocked => blocked != null;