SandboxFilesystemConfig constructor

const SandboxFilesystemConfig({
  1. List<String> readAllowPaths = const [],
  2. List<String> writeAllowPaths = const [],
  3. List<String> readDenyPaths = const [],
  4. List<String> writeDenyPaths = const [],
})

Implementation

const SandboxFilesystemConfig({
  this.readAllowPaths = const [],
  this.writeAllowPaths = const [],
  this.readDenyPaths = const [],
  this.writeDenyPaths = const [],
});