toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final challengeRuleGroups = this.challengeRuleGroups;
final clientSettings = this.clientSettings;
final name = this.name;
return {
'challengeRuleGroups': ?challengeRuleGroups,
'clientSettings': ?clientSettings,
'name': ?name,
};
}