SessionStatsResponseParam class

Implemented types

Constructors

SessionStatsResponseParam({required num activeTorrentCount, required num downloadSpeed, required num pausedTorrentCount, required num torrentCount, required num uploadSpeed, required Stats cumulativeStats, required Stats currentStats})
const
SessionStatsResponseParam.fromJson(JsonMap rawData)
factory

Properties

activeTorrentCount num
final
cumulativeStats Stats
final
currentStats Stats
final
downloadSpeed num
final
hashCode int
The hash code for this object.
no setterinherited
pausedTorrentCount num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
torrentCount num
final
uploadSpeed num
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited