isNotFacetMention property
bool
get
isNotFacetMention
Returns true if this data is not FacetMention, otherwise false.
Implementation
bool get isNotFacetMention => !isFacetMention;
Returns true if this data is not FacetMention, otherwise false.
bool get isNotFacetMention => !isFacetMention;