SaveAsUIShowingResponse constructor
- bool? allowReplace,
- bool? cancel,
- SaveAsKind? kind,
- String? saveAsFilePath,
- bool? suppressDefaultDialog,
Implementation
SaveAsUIShowingResponse({
this.allowReplace,
this.cancel,
this.kind,
this.saveAsFilePath,
this.suppressDefaultDialog,
});