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