ShellCommand constructor

const ShellCommand({
  1. required String command,
})

Implementation

const ShellCommand({required this.command});