isNotFollowingRule property

bool get isNotFollowingRule

Returns true if this data is not FollowingRule, otherwise false.

Implementation

bool get isNotFollowingRule => !isFollowingRule;