isNotMentionRule property

bool get isNotMentionRule

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

Implementation

bool get isNotMentionRule => !isMentionRule;