WorkspaceResource constructor

WorkspaceResource({
  1. String rootPath = _defaultWorkspacePath,
  2. required ResourceProvider resourceProvider,
  3. required FileSystem fileSystem,
})

Implementation

WorkspaceResource({
  this.rootPath = _defaultWorkspacePath,
  required this.resourceProvider,
  required this.fileSystem,
});