core.Map<core.String, core.dynamic> toJson() => { if (agentCommand != null) 'agentCommand': agentCommand!, if (shellCommand != null) 'shellCommand': shellCommand!, };