ZapStepRun constructor
const
ZapStepRun({})
Implementation
const ZapStepRun({
required this.stepId,
required this.phase,
required this.command,
required this.exit,
required this.digest,
required this.at,
required this.durationMs,
required this.output,
});