toJson method

Map<String, dynamic> toJson()

Implementation

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