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