isNotExcludeFollowing property
bool
get
isNotExcludeFollowing
Returns true if this value is not excludeFollowing, otherwise false.
Implementation
bool get isNotExcludeFollowing => !isExcludeFollowing;
Returns true if this value is not excludeFollowing, otherwise false.
bool get isNotExcludeFollowing => !isExcludeFollowing;