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