Aria2Task class Null safety

Annotations

Constructors

Aria2Task()
Aria2Task.fromJson(Map<String, dynamic> json)
factory

Properties

belongsTo String?
read / write
bitfield String?
read / write
bittorrent Map<String, dynamic>?
read / write
completedLength int?
read / write
connections int?
read / write
dir String?
read / write
downloadSpeed int?
read / write
errorCode int?
read / write
errorMessage String?
read / write
files List?
read / write
followedBy List<String>?
read / write
following String?
read / write
gid String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
infoHash String?
read / write
numPieces int?
read / write
numSeeders int?
read / write
pieceLength int?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
seeder bool?
read / write
status String?
read / write
totalLength int?
read / write
uploadLength int?
read / write
uploadSpeed int?
read / write
verifiedLength int?
read / write
verifyIntegrityPending bool?
read / write

Methods

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

Operators

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