1. deprecated
CommandBuilder getCommand(A type)

return a Command constructor proxy from a (generic) ActionType

Source

@deprecated
CommandBuilder<M> getCommand(A type) =>
    map.keys.contains(type) ? map[type] : null;