choices property

List<ArgChoice> choices
latefinal

Choices for CommandOptionType.string and CommandOptionType.string types for the user to pick from

Implementation

late final List<ArgChoice> choices;