UPostInteractionSettingsPrefThreadgateAllowRules class sealed
- Available extensions
 - Annotations
 - 
    
- @freezed
 
 
Constructors
- UPostInteractionSettingsPrefThreadgateAllowRules.followerRule({required FollowerRule data})
 - 
          
            constfactory
 - UPostInteractionSettingsPrefThreadgateAllowRules.followingRule({required FollowingRule data})
 - 
          
            constfactory
 - UPostInteractionSettingsPrefThreadgateAllowRules.listRule({required ListRule data})
 - 
          
            constfactory
 - UPostInteractionSettingsPrefThreadgateAllowRules.mentionRule({required MentionRule data})
 - 
          
            constfactory
 - 
          UPostInteractionSettingsPrefThreadgateAllowRules.unknown({required Map<
String, dynamic> data}) - 
          
            constfactory
 
Properties
- data → Object
 - 
  
  no setterinherited
 - followerRule → FollowerRule?
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - followingRule → FollowingRule?
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - isFollowerRule → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - isFollowingRule → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - isListRule → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - isMentionRule → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - isNotFollowerRule → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - isNotFollowingRule → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - isNotListRule → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - isNotMentionRule → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - isNotUnknown → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - isUnknown → bool
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - listRule → ListRule?
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - mentionRule → MentionRule?
 - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  unknown
  → Map<
String, dynamic> ? - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesExtension extension
no setter 
Methods
- 
  map<
TResult extends Object?> ({required TResult mentionRule(UPostInteractionSettingsPrefThreadgateAllowRulesMentionRule value), required TResult followerRule(UPostInteractionSettingsPrefThreadgateAllowRulesFollowerRule value), required TResult followingRule(UPostInteractionSettingsPrefThreadgateAllowRulesFollowingRule value), required TResult listRule(UPostInteractionSettingsPrefThreadgateAllowRulesListRule value), required TResult unknown(UPostInteractionSettingsPrefThreadgateAllowRulesUnknown value)}) → TResult  - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesPatterns extension
Aswitch-like method, using callbacks. - 
  mapOrNull<
TResult extends Object?> ({TResult? mentionRule(UPostInteractionSettingsPrefThreadgateAllowRulesMentionRule value)?, TResult? followerRule(UPostInteractionSettingsPrefThreadgateAllowRulesFollowerRule value)?, TResult? followingRule(UPostInteractionSettingsPrefThreadgateAllowRulesFollowingRule value)?, TResult? listRule(UPostInteractionSettingsPrefThreadgateAllowRulesListRule value)?, TResult? unknown(UPostInteractionSettingsPrefThreadgateAllowRulesUnknown value)?}) → TResult?  - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesPatterns extension
A variant ofmapthat fallback to returningnull. - 
  maybeMap<
TResult extends Object?> ({TResult mentionRule(UPostInteractionSettingsPrefThreadgateAllowRulesMentionRule value)?, TResult followerRule(UPostInteractionSettingsPrefThreadgateAllowRulesFollowerRule value)?, TResult followingRule(UPostInteractionSettingsPrefThreadgateAllowRulesFollowingRule value)?, TResult listRule(UPostInteractionSettingsPrefThreadgateAllowRulesListRule value)?, TResult unknown(UPostInteractionSettingsPrefThreadgateAllowRulesUnknown value)?, required TResult orElse()}) → TResult  - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesPatterns extension
A variant ofmapthat fallback to returningorElse. - 
  maybeWhen<
TResult extends Object?> ({TResult mentionRule(MentionRule data)?, TResult followerRule(FollowerRule data)?, TResult followingRule(FollowingRule data)?, TResult listRule(ListRule data)?, TResult unknown(Map< String, dynamic> data)?, required TResult orElse()}) → TResult - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesPatterns extension
A variant ofwhenthat fallback to anorElsecallback. - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  when<
TResult extends Object?> ({required TResult mentionRule(MentionRule data), required TResult followerRule(FollowerRule data), required TResult followingRule(FollowingRule data), required TResult listRule(ListRule data), required TResult unknown(Map< String, dynamic> data)}) → TResult - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesPatterns extension
Aswitch-like method, using callbacks. - 
  whenOrNull<
TResult extends Object?> ({TResult? mentionRule(MentionRule data)?, TResult? followerRule(FollowerRule data)?, TResult? followingRule(FollowingRule data)?, TResult? listRule(ListRule data)?, TResult? unknown(Map< String, dynamic> data)?}) → TResult? - 
      
Available on UPostInteractionSettingsPrefThreadgateAllowRules, provided by the UPostInteractionSettingsPrefThreadgateAllowRulesPatterns extension
A variant ofwhenthat fallback to returningnull 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited