UploadFile class

Constructors

UploadFile({required Uint8List bytes, String? name, String? mimeType, String? collectionPath, String? uploadingToastTxt, Map<String, String>? metadata, String? contentDisposition, FileCategory category = FileCategory.other})

Properties

bytes Uint8List
final
category FileCategory
final
collectionPath String?
final
contentDisposition String?
final
hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, String>?
final
mimeType String?
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadingToastTxt String?
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