SelectMenuBuilder class
Constructors
-
SelectMenuBuilder({required String customId, required List<
SelectMenuOption> options, String? placeholder, int? minValues, int? maxValues, bool? disabled})
Properties
- customId ↔ String
-
getter/setter pair
- disabled ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxValues ↔ int?
-
getter/setter pair
- minValues ↔ int?
-
getter/setter pair
-
options
↔ List<
SelectMenuOption> -
getter/setter pair
- placeholder ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ ComponentType
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
toRow(
) → RowBuilder -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited