toJson method

Map<String, dynamic> toJson()

Implementation

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