commands property

List<SkillCommand> get commands

All registered commands.

Implementation

List<SkillCommand> get commands => List.unmodifiable(_commands);