MockTaskSnapshot class

Constructors

MockTaskSnapshot(Reference reference)

Properties

bytesTransferred int
The current transferred bytes of this task.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
metadata → FullMetadata?
The FullMetadata associated with this task.
no setterinherited
ref → Reference
The Reference for this snapshot.
no setteroverride
reference → Reference
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → TaskState
The current task snapshot state.
no setteroverride
storage → FirebaseStorage
The FirebaseStorage instance used to create the task.
finalinherited
totalBytes int
The total bytes of the task.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited