menu
lib_discord package
documentation
entities.dart
ApplicationCommandOptionChoice
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
toJson
(
)
Implementation
Map toJson() { return { 'name': name, 'value': value, }; }
lib_discord package
documentation
entities
ApplicationCommandOptionChoice
toJson method
ApplicationCommandOptionChoice class