SpawnedProcess constructor
Implementation
SpawnedProcess({
required this.id,
required this.name,
required this.pid,
required this.startedAt,
required List<String> arguments,
required this.workingDirectory,
}) : _arguments = arguments;
SpawnedProcess({
required this.id,
required this.name,
required this.pid,
required this.startedAt,
required List<String> arguments,
required this.workingDirectory,
}) : _arguments = arguments;