hasNotFollowedBy property

bool get hasNotFollowedBy

Returns true if followedBy is null, otherwise false.

Implementation

bool get hasNotFollowedBy => !hasFollowedBy;