toJson method

Map<String, dynamic> toJson()

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,
  };
}