KeywordPresets enum

Inheritance

Constructors

KeywordPresets(int value)
const

Values

profanity → const KeywordPresets

Words that may be considered forms of swearing or cursing.

const KeywordPresets(1)
sexualContent → const KeywordPresets

Words that refer to sexually explicit behavior or activity.

const KeywordPresets(2)
slurs → const KeywordPresets

Personal insults or words that may be considered hate speech.

const KeywordPresets(3)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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.