Aria2cStatusResult class

Constructors

Aria2cStatusResult({required String gid, required Aria2cStatus status, required int totalLength, required int completedLength, required int uploadLength, required String bitfield, required int downloadSpeed, required int uploadSpeed, required int connections, required String infoHash, required String numSeeders, required String seeder, required String pieceLength, required String numPieces, required String errorCode, required String errorMessage, required String followedBy, required String following, required String belongsTo, required String dir, required List files, required String bittorrent, required int verifiedLength, required String verifyIntegrityPending})
Aria2cStatusResult.fromJson(Map json)
factory

Properties

belongsTo String
final
bitfield String
final
bittorrent String
final
completedLength int
final
connections int
final
dir String
final
downloadSpeed int
final
errorCode String
final
errorMessage String
final
files List
final
followedBy String
final
following String
final
gid String
final
hashCode int
The hash code for this object.
no setterinherited
infoHash String
final
numPieces String
final
numSeeders String
final
pieceLength String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seeder String
final
status Aria2cStatus
final
totalLength int
final
uploadLength int
final
uploadSpeed int
final
verifiedLength int
final
verifyIntegrityPending String
final

Methods

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

Operators

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