SessionStatsResponseParam constructor
const
SessionStatsResponseParam({})
Implementation
const SessionStatsResponseParam({
required this.activeTorrentCount,
required this.downloadSpeed,
required this.pausedTorrentCount,
required this.torrentCount,
required this.uploadSpeed,
required this.cumulativeStats,
required this.currentStats,
});