MemoryExecutionEnv constructor

MemoryExecutionEnv({
  1. String cwd = '/',
  2. Shell shell = const UnavailableShell(),
})

Creates a MemoryExecutionEnv rooted at cwd.

Implementation

MemoryExecutionEnv({super.cwd, this._shell = const UnavailableShell()});