UThreadgateAllow class

Implementers
Available extensions
Annotations
  • @freezed

Constructors

UThreadgateAllow.followingRule({required FollowingRule data})
const
factory
UThreadgateAllow.listRule({required ListRule data})
const
factory
UThreadgateAllow.mentionRule({required MentionRule data})
const
factory
UThreadgateAllow.unknown({required Map<String, dynamic> data})
const
factory

Properties

data Object
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult mentionRule(UThreadgateAllowMentionRule value), required TResult followingRule(UThreadgateAllowFollowingRule value), required TResult listRule(UThreadgateAllowListRule value), required TResult unknown(UThreadgateAllowUnknown value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? mentionRule(UThreadgateAllowMentionRule value)?, TResult? followingRule(UThreadgateAllowFollowingRule value)?, TResult? listRule(UThreadgateAllowListRule value)?, TResult? unknown(UThreadgateAllowUnknown value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult mentionRule(UThreadgateAllowMentionRule value)?, TResult followingRule(UThreadgateAllowFollowingRule value)?, TResult listRule(UThreadgateAllowListRule value)?, TResult unknown(UThreadgateAllowUnknown value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult mentionRule(MentionRule data)?, TResult followingRule(FollowingRule data)?, TResult listRule(ListRule data)?, TResult unknown(Map<String, dynamic> data)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult mentionRule(MentionRule data), required TResult followingRule(FollowingRule data), required TResult listRule(ListRule data), required TResult unknown(Map<String, dynamic> data)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? mentionRule(MentionRule data)?, TResult? followingRule(FollowingRule data)?, TResult? listRule(ListRule data)?, TResult? unknown(Map<String, dynamic> data)?}) → TResult?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited