CustomFileWrapper constructor
CustomFileWrapper({
- required CustomFile file,
- required UploadStatus status,
- double? uploadProgress,
- String? errorMessage,
Implementation
CustomFileWrapper({
required this.file,
required this.status,
this.uploadProgress,
this.errorMessage,
});