SaveAsUIShowingResponse constructor

SaveAsUIShowingResponse({
  1. bool? allowReplace,
  2. bool? cancel,
  3. SaveAsKind? kind,
  4. String? saveAsFilePath,
  5. bool? suppressDefaultDialog,
})

Implementation

SaveAsUIShowingResponse({
  this.allowReplace,
  this.cancel,
  this.kind,
  this.saveAsFilePath,
  this.suppressDefaultDialog,
});