KeywordPresets enum Null safety
Constructors
- KeywordPresets(int value)
-
const
Values
- profanity → const KeywordPresets
-
Words that may be considered forms of swearing or cursing.
KeywordPresets(1)
- sexualContent → const KeywordPresets
-
Words that refer to sexually explicit behavior or activity.
KeywordPresets(2)
- slurs → const KeywordPresets
-
Personal insults or words that may be considered hate speech.
KeywordPresets(3)
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<
KeywordPresets> -
A constant List of the values in this enum, in order of their declaration.
[profanity, sexualContent, slurs]