toJson method

Map<String, dynamic> toJson()

Implementation

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