FileUploadTask class
A task supporting asynchronous upload of a file.
- Inheritance
- Object
- CarpServiceTask
- FileUploadTask
Properties
- file ↔ File
-
The file to upload.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
metadata
↔ Map<
String, String> -
Metadata for the file.
read / write
- name → String
-
The file name
read-only
-
onComplete
→ Future<
CarpFileResponse> -
read-only
- reference ↔ FileStorageReference
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- state → TaskStateType
-
read-only, inherited
Methods
-
cancel(
) → void -
Cancel the upload task
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited