UploadFile constructor
UploadFile({})
Implementation
UploadFile({
required this.bytes,
this.name,
this.mimeType,
this.collectionPath,
this.uploadingToastTxt,
this.metadata,
this.contentDisposition,
this.category = FileCategory.other,
});