CommandService constructor

CommandService({
  1. required ProcessRunner processRunner,
})

Implementation

CommandService({required this.processRunner});