commandList property

List<Command> get commandList

Implementation

static List<Command> get commandList {
  return _commands.values.toList();
}