commands property
List<SkillCommand>
get
commands
All registered commands.
Implementation
List<SkillCommand> get commands => List.unmodifiable(_commands);
All registered commands.
List<SkillCommand> get commands => List.unmodifiable(_commands);