allCommands property

List<EnDaftCommand> get allCommands

All commands known to the runner

Implementation

List<EnDaftCommand> get allCommands =>
    (runner?.commands.values ?? []).whereType<EnDaftCommand>().toList();