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