WorkspaceRunner constructor
const
WorkspaceRunner({})
Implementation
const WorkspaceRunner({
required this.id,
required this.target,
required this.sourcePackage,
required this.sourceAdapter,
required this.sourceCompatibilityId,
required this.runnerCompatibilityId,
this.executable,
this.args = const [],
this.evidenceTypes = const [],
});