FileEntity constructor
const
FileEntity({})
Implementation
const FileEntity({
this.pickedFile,
this.bytes,
this.path,
this.fileName,
this.mimeType = 'Images',
this.uploadingToastTxt,
this.queryParams,
this.imgFieldName,
this.urlFieldName,
this.accessToken,
});