SandboxConfig constructor
const
SandboxConfig({})
Implementation
const SandboxConfig({
this.enabled = false,
this.readAllowPaths = const [],
this.writeAllowPaths = const [],
this.networkEnabled = true,
this.excludedCommands = const [],
});