FsWriteConfig constructor

const FsWriteConfig({
  1. List<String> allowOnly = const [],
  2. List<String> denyWithinAllow = const [],
})

Implementation

const FsWriteConfig({
  this.allowOnly = const [],
  this.denyWithinAllow = const [],
});