MethodChannelTaskSnapshot class

Implementation for a TaskSnapshotPlatform.

Inheritance

Constructors

MethodChannelTaskSnapshot(FirebaseStoragePlatform storage, TaskState state, Map<String, dynamic> _data)

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 ReferencePlatform
The Reference for this snapshot.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state TaskState
The current task snapshot state.
no setterinherited
storage FirebaseStoragePlatform
The FirebaseStoragePlatform used to create the task.
final
totalBytes int
The total bytes of the task.
no setterinherited

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