toJson method

Map<String, dynamic> toJson()

Implementation

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