encodeStats static method
Encodes DownloadStats for the wire.
Implementation
static Map<String, dynamic> encodeStats(DownloadStats stats) =>
stats.toJson();
Encodes DownloadStats for the wire.
static Map<String, dynamic> encodeStats(DownloadStats stats) =>
stats.toJson();