ModerationTriggerType enum Null safety
Constructors
- ModerationTriggerType(int value)
-
const
Values
- keywords → const ModerationTriggerType
-
ModerationTriggerType(1)
- harmfulLink → const ModerationTriggerType
-
ModerationTriggerType(2)
- spam → const ModerationTriggerType
-
ModerationTriggerType(3)
- keywordPreset → const ModerationTriggerType
-
ModerationTriggerType(4)
- mentionSpam → const ModerationTriggerType
-
ModerationTriggerType(5)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ModerationTriggerType> -
A constant List of the values in this enum, in order of their declaration.
[keywords, harmfulLink, spam, keywordPreset, mentionSpam]