ApplicationCommandOptionChoice constructor

ApplicationCommandOptionChoice({
  1. required String name,
  2. dynamic value,
})

Implementation

ApplicationCommandOptionChoice({required this.name, this.value});