NiceUploadItem constructor
const
NiceUploadItem({})
Implementation
const NiceUploadItem({
required this.id,
required this.fileName,
required this.fileSize,
required this.progress,
required this.status,
this.error,
});