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