CommandManager constructor

CommandManager({
  1. required CommandRunner runner,
})

Implementation

CommandManager({required this.runner});