toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (attributes != null) 'attributes': attributes!,
if (cmdline != null) 'cmdline': cmdline!,
if (exePath != null) 'exePath': exePath!,
if (pid != null) 'pid': pid!,
if (user != null) 'user': user!,
};