toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final gatekeeperAudit = this.gatekeeperAudit;
  final gatekeeperControllerManagerState =
      this.gatekeeperControllerManagerState;
  final gatekeeperMutation = this.gatekeeperMutation;
  return {
    'gatekeeperAudit': ?gatekeeperAudit,
    'gatekeeperControllerManagerState': ?gatekeeperControllerManagerState,
    'gatekeeperMutation': ?gatekeeperMutation,
  };
}