FileInfo.fromFileUrl constructor
FileInfo.fromFileUrl({})
fromFileUrl
Implementation
FileInfo.fromFileUrl({
required this.fileUrl,
this.fileName,
this.mimeType,
this.fileSize,
}) : file = null,
fileBytes = null;