isFacetMention property

bool get isFacetMention

Returns true if this data is FacetMention, otherwise false.

Implementation

bool get isFacetMention => this is UFacetFeatureFacetMention;