CommandResultDto constructor

CommandResultDto({
  1. required String command,
  2. String? output,
  3. String? error,
})

Implementation

CommandResultDto({required this.command, this.output, this.error});