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