WorkspaceInfo constructor

WorkspaceInfo({
  1. required Directory root,
  2. required List<String> memberPaths,
})

Implementation

WorkspaceInfo({
  required this.root,
  required this.memberPaths,
});