FileSystemCreateWritableOptions constructor
FileSystemCreateWritableOptions({
- bool? keepExistingData,
Implementation
factory FileSystemCreateWritableOptions({bool? keepExistingData}) =>
FileSystemCreateWritableOptions._(
keepExistingData: keepExistingData ?? false);