SlashCommandInfo constructor

const SlashCommandInfo({
  1. required int totalCommands,
  2. required int includedCommands,
  3. required int tokens,
})

Implementation

const SlashCommandInfo({
  required this.totalCommands,
  required this.includedCommands,
  required this.tokens,
});