SandboxSettings constructor
const
SandboxSettings({})
Implementation
const SandboxSettings({
this.enabled = false,
this.excludedCommands = const [],
this.readPaths = const [],
this.writePaths = const [],
this.networkEnabled = true,
});