SelectMenuBuilder class Null safety
Constructors
-
SelectMenuBuilder({required String customId, required List<
SelectMenuOption> options, String? placeholder, int? minValues, int? maxValues, bool? disabled})
Properties
- customId ↔ String
-
read / write
- disabled ↔ bool?
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- maxValues ↔ int?
-
read / write
- minValues ↔ int?
-
read / write
-
options
↔ List<
SelectMenuOption> -
read / write
- placeholder ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ ComponentType
-
read / write, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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