SecureKeyRunResult constructor

const SecureKeyRunResult(
  1. int exitCode,
  2. String stdout
)

Creates a result with the process exitCode and captured stdout.

Implementation

const SecureKeyRunResult(this.exitCode, this.stdout);