FileSystemOpfsWebShowDirectoryPickerOptions constructor

const FileSystemOpfsWebShowDirectoryPickerOptions({
  1. String? id,
  2. String? mode,
  3. Object? startIn,
})

Options for window.showDirectoryPicker().

Implementation

const FileSystemOpfsWebShowDirectoryPickerOptions({
  super.id,
  this.mode,
  super.startIn,
});