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