UploadTask class
Constructors
- UploadTask({required String srcPath, required String fileName, required bool isPublic, required String fileType, required int hashId, required DocumentInfo tmpUploadDoc, Uint8List? bytes})
Properties
- bytes → Uint8List?
-
final
- fileName → String
-
final
- fileType → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashId → int
-
final
- isPublic → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- srcPath → String
-
final
- tmpUploadDoc → DocumentInfo
-
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