LocalWorkspace constructor

LocalWorkspace(
  1. String rootPath
)

Implementation

LocalWorkspace(String rootPath)
  : rootPath = p.normalize(p.absolute(rootPath)),
    commandRunner = const ProcessCommandRunner();