SelectMenuOption<T> constructor
SelectMenuOption<T> ({
- required String label,
- required T value,
- String? description,
- PartialEmoji? emoji,
- bool? isDefault = false,
Implementation
SelectMenuOption(
{required this.label,
required this.value,
this.description,
this.emoji,
this.isDefault = false});