isNotFacetMention property

bool get isNotFacetMention

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

Implementation

bool get isNotFacetMention => !isFacetMention;