$UThreadgateAllowExtension extension

on

Properties

followingRule FollowingRule
Returns this data as FollowingRule.
no setter
followingRuleOrNull FollowingRule?
Returns FollowingRule if this data is FollowingRule, otherwise null.
no setter
isFollowingRule bool
Returns true if this data is FollowingRule, otherwise false.
no setter
isListRule bool
Returns true if this data is ListRule, otherwise false.
no setter
isMentionRule bool
Returns true if this data is MentionRule, otherwise false.
no setter
isNotFollowingRule bool
Returns true if this data is not FollowingRule, otherwise false.
no setter
isNotListRule bool
Returns true if this data is not ListRule, otherwise false.
no setter
isNotMentionRule bool
Returns true if this data is not MentionRule, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
listRule ListRule
Returns this data as ListRule.
no setter
listRuleOrNull ListRule?
Returns ListRule if this data is ListRule, otherwise null.
no setter
mentionRule MentionRule
Returns this data as MentionRule.
no setter
mentionRuleOrNull MentionRule?
Returns MentionRule if this data is MentionRule, otherwise null.
no setter
unknown Map<String, dynamic>
Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?
Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>
Returns JSON representation.