DownloadRequest class

Request created by adding url to downloading queue Used for communication with DownloadManager and internally Isolate

Properties

cancel → void Function()
Control methods
final
event → dynamic
no setter
events Stream
no setter
filesize int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCancelled bool
getter/setter pair
isPaused bool
getter/setter pair
path String?
getter/setter pair
pause → void Function()
final
progress double
Progress with ceiling -1.0 for queued process and values in range 0.0, 1.0
getter/setter pair
resume → void Function()
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeRange bool?
getter/setter pair
url String
getter/setter pair

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