Torrent class

Properties

downloadDir String?
no setter
error int?
no setter
errorString String?
no setter
eta int?
no setter
hash String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id int?
no setter
isFinished bool?
no setter
isMetadataDownloaded bool
no setter
isStalled bool?
no setter
leftUntilDone int?
no setter
metadataPercentComplete double?
no setter
name String?
no setter
peersConnected int?
no setter
peersGettingFromUs int?
no setter
peersSendingToUs int?
no setter
percentDone double?
no setter
prettyCurrentSize String
no setter
prettyLeftUntilDone String
no setter
prettyRateDownload String
no setter
prettyRateUpload String
no setter
prettyTotalSize String
no setter
queuePosition int?
no setter
rateDownload int?
no setter
rateUpload int?
no setter
rawData Map<String, dynamic>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeWhenDone int?
no setter
status int?
no setter
statusDescription String
no setter
totalSize int?
no setter

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String name) → dynamic