IMessageMultiselect class abstract
Constructors
Properties
- client → INyxx
-
Reference to INyxx.
read-only
- customId ↔ String
-
The custom id of this component, set by the user, if there isn't one, an empty string is returned.
latefinalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isDisabled ↔ bool
-
Whether this multiselect is disabled.
latefinalinherited
- maxValues ↔ int
-
Max value of selected options
latefinalinherited
- minValues ↔ int
-
Min value of selected options
latefinalinherited
-
options
→ Iterable<
IMessageMultiselectOption> -
Possible options of multiselect.
read-only
- placeholder ↔ String?
-
Custom placeholder when no option selected
latefinalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type → ComponentType
-
Type of component.
read-onlyinherited
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