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