FileSystemOpfsWebShowSaveFilePickerOptions constructor

const FileSystemOpfsWebShowSaveFilePickerOptions({
  1. String? id,
  2. Object? startIn,
  3. String? suggestedName,
  4. bool? excludeAcceptAllOption,
  5. List<FileSystemOpfsWebFilePickerAcceptType>? types,
})

Options for window.showSaveFilePicker().

Implementation

const FileSystemOpfsWebShowSaveFilePickerOptions({
  super.id,
  super.startIn,
  this.suggestedName,
  this.excludeAcceptAllOption,
  this.types,
});