UploadJob class

Constructors

UploadJob({UploadAction? action})

Properties

action UploadAction?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id int
getter/setter pair
image ↔ CroppedFile?
getter/setter pair
imageProvider ImageProvider<Object>?
getter/setter pair
oldImage ↔ CroppedFile?
getter/setter pair
oldStorageReference ↔ Reference?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageReference ↔ Reference?
getter/setter pair
uploadProcessing bool
getter/setter pair

Methods

compareTo(UploadJob other) bool
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.
override