Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'rulesetMatches'] = this.rulesetMatches; json[r'matches'] = this.matches; return json; }