WorkspaceInfo constructor
WorkspaceInfo({})
Implementation
WorkspaceInfo({
required this.isWorkspace,
this.workspaceRoot,
required this.currentPackage,
}) : isWorkspacePackage =
isWorkspace &&
workspaceRoot != null &&
workspaceRoot.path != currentPackage.path;