SyncProgress class
A type containing information about the progress state at a given instant.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transferableBytes → int
-
The total number of bytes that have to be transferred since subscribing for progress notifications.
The difference between that number and transferredBytes gives you the number of bytes not yet
transferred. If the difference is 0, then all changes at the instant the callback fires have been
successfully transferred.
final
- transferredBytes → int
-
The number of bytes that have been transferred since subscribing for progress notifications.
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