isNotBlockedBy property

bool isNotBlockedBy

Returns true if authenticated user has not blocked yet by this actor, otherwise false.

Implementation

bool get isNotBlockedBy => !isBlockedBy;