IInteractionOption class abstract

Constructors

IInteractionOption()

Properties

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

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