isNotExcludeFollowing property

bool get isNotExcludeFollowing

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

Implementation

bool get isNotExcludeFollowing => !isExcludeFollowing;