StorageTransferProgress class
The progress of a storage transfer operation.
Constructors
- StorageTransferProgress({required int transferredBytes, required int totalBytes, required StorageTransferState state})
-
const
Properties
- fractionCompleted → double
-
The fractional progress of the storage transfer operation.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → StorageTransferState
-
The StorageTransferState of the StorageTransferProgress.
final
- totalBytes → int
-
The total number of bytes for the storage transfer operation.
final
- transferredBytes → int
-
The current progress, in bytes, for the storage transfer operation.
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