isMentionRule property
bool
get
isMentionRule
Returns true if this data is MentionRule, otherwise false.
Implementation
bool get isMentionRule => this is UThreadgateAllowMentionRule;
Returns true if this data is MentionRule, otherwise false.
bool get isMentionRule => this is UThreadgateAllowMentionRule;