decodeStats static method
Decodes DownloadStats from the wire.
Implementation
static DownloadStats decodeStats(Map<String, dynamic> json) =>
DownloadStats.fromJson(json);
Decodes DownloadStats from the wire.
static DownloadStats decodeStats(Map<String, dynamic> json) =>
DownloadStats.fromJson(json);