Processor constructor
Processor({})
Implementation
Processor({
required this.executable,
required this.arguments,
required this.workingDirectory,
required this.warnings,
required this.name,
required this.environment,
required this.mode,
required this.debug,
}) {
_addVariables();
}