- deprecated
return a Command constructor proxy from a (generic) ActionType
Source
@deprecated CommandBuilder<AbstractModel> getCommand(A type) => map.keys.contains(type) ? map[type] : null;
return a Command constructor proxy from a (generic) ActionType
@deprecated CommandBuilder<AbstractModel> getCommand(A type) => map.keys.contains(type) ? map[type] : null;