MessageMultiselect class

Inheritance

Properties

customId String
A dev-defined unique string sent on click (max 100 characters)
latefinal
hashCode int
The hash code for this object.
no setterinherited
maxValues int
Max value of selected options
latefinal
minValues int
Min value of selected options
latefinal
options Iterable<MessageMultiselectOption>
Possible options of multiselect
latefinal
placeholder String?
Custom placeholder when no option selected
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ComponentType
ComponentType
no setteroverride

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