webUnknown constant
SimpleFileFormat
const webUnknown
Some browsers (Safari, of course, who else), do not report mime types of files during dragging, only when dropped. In which case there will be one item present during the drop over event of type webUnknown.
Implementation
static const webUnknown = SimpleFileFormat(
webFormats: ['web:unknown'],
);