ApplicationCommandOptionChoice constructor
ApplicationCommandOptionChoice({
- required String name,
- dynamic value,
Implementation
ApplicationCommandOptionChoice({required this.name, this.value});