ApplicationCommandInteractionDataOption constructor
ApplicationCommandInteractionDataOption({
- required String name,
- dynamic value,
- List<
ApplicationCommandInteractionDataOption> ? options,
Implementation
ApplicationCommandInteractionDataOption({
required this.name,
this.value,
this.options,
});