ReleasePackerProcessCommand constructor

ReleasePackerProcessCommand(
  1. String command, [
  2. List<String>? args,
  3. String? stdoutFilePath,
  4. String? stderrFilePath,
])

Implementation

ReleasePackerProcessCommand(String command,
    [List<String>? args, this.stdoutFilePath, this.stderrFilePath])
    : super(command, args);