RuleExecution class final

Constructors

RuleExecution({required Snowflake ruleId, required Snowflake? channelId, required Snowflake? messageId, required Server server, required Member member, required Action action, required TriggerType triggerType, required String content, String? matchedContent, String? matchedKeyword})

Properties

action Action
final
channelId Snowflake?
final
content String
final
hashCode int
The hash code for this object.
no setterinherited
matchedContent String?
final
matchedKeyword String?
final
member Member
final
messageId Snowflake?
final
ruleId Snowflake
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server Server
final
triggerType → TriggerType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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