toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (gatekeeperAudit != null) 'gatekeeperAudit': gatekeeperAudit!,
if (gatekeeperControllerManagerState != null)
'gatekeeperControllerManagerState': gatekeeperControllerManagerState!,
if (gatekeeperMutation != null)
'gatekeeperMutation': gatekeeperMutation!,
};