FileSystemOpfsWebShowOpenFilePickerOptions constructor
const
FileSystemOpfsWebShowOpenFilePickerOptions({})
Options for window.showOpenFilePicker().
Implementation
const FileSystemOpfsWebShowOpenFilePickerOptions({
super.id,
super.startIn,
this.multiple,
this.excludeAcceptAllOption,
this.types,
});