toJson method

Map<String, dynamic> toJson()

Implementation

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