isNotMention property

bool get isNotMention

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

Implementation

bool get isNotMention => !isMention;