toJson method

Map<String, dynamic> toJson()

Implementation

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