InteractionOption class

The option given by the user when sending a command

Properties

hashCode int
The hash code for this object.
no setterinherited
isFocused bool
True if options is focused
latefinal
name String
Name of option
latefinal
options Iterable<InteractionOption>
Any args under this as you can have sub commands
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CommandOptionType
Type of interaction
latefinal
value ↔ dynamic
The value given by the user
latefinal

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