ApplyPipelineResult constructor
const
ApplyPipelineResult({})
Implementation
const ApplyPipelineResult({
required this.exitCode,
required this.ok,
required this.result,
required this.error,
required this.textLine,
});