toJson method

Map<String, dynamic> toJson()

Implementation

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