DownloadStreamProgress class

Constructors

DownloadStreamProgress({required StreamProgressStatus progressStatus, double speed = 0.0, Duration? eta, int receive = 0, int total = 0, String? errorMessage, bool isCanceled = false})

Properties

errorMessage String?
final
eta Duration?
final
hashCode int
The hash code for this object.
no setterinherited
isCanceled bool
final
progressStatus StreamProgressStatus
final
receive int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
final
total int
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