FirefileTask class

Constructors

FirefileTask.fromUploadTask({required Task uploadTask, required void onUpdate(FirefileTask task), String? visibleName})
FirefileTask.success({required String fileName, required String downloadUrl, String? visibleName})
Create completed FirefileTask.

Properties

downloadUrl String
Full file download url.
getter/setter pair
fileName String
File name in Firebase storage (or file name you specified if task is custom).
final
fullPath String
Full path in Firebase storage (or downloadUrl if task is custom).
final
hashCode int
The hash code for this object.
no setterinherited
progress double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ↔ TaskState
State of this task:
getter/setter pair
uploadTask ↔ Task
Firebase storage upload task.
latefinal
visibleName String?
Name to be displayed in the task list.
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