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