HarnessProcess constructor
const
HarnessProcess({})
Creates a process observation surface.
Implementation
const HarnessProcess({
required this.diagnostics,
required this.exitCode,
required this.kill,
});
Creates a process observation surface.
const HarnessProcess({
required this.diagnostics,
required this.exitCode,
required this.kill,
});