commands property
List<KhademCommand>
get
commands
Get all registered commands (core + custom).
Implementation
List<KhademCommand> get commands => [..._coreCommands, ..._customCommands];
Get all registered commands (core + custom).
List<KhademCommand> get commands => [..._coreCommands, ..._customCommands];