TransferProgress class

The progress of a storage transfer operation.

Constructors

TransferProgress(int currentBytes, int totalBytes)
The progress of a storage transfer operation.
const

Properties

currentBytes int
The current progress, in bytes, for the storage transfer operation.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalBytes int
The total number of bytes for the storage transfer operation.
final

Methods

getFractionCompleted() double
The fractional progress of the storage transfer operation.
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