ReleasePackerProcessCommand constructor

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

Implementation

ReleasePackerProcessCommand(super.command,
    [super.args, this.stdoutFilePath, this.stderrFilePath]);