isNotFollowing property

bool get isNotFollowing

Returns true if this value is not following, otherwise false.

Implementation

bool get isNotFollowing => !isFollowing;