hasNotBlocked property

bool get hasNotBlocked

Returns true if blocked is null, otherwise false.

Implementation

bool get hasNotBlocked => !hasBlocked;