Workspace constructor
const
Workspace({})
Creates a workspace value object.
Implementation
const Workspace({
required this.workspaceKey,
required this.path,
required this.branchName,
required this.createdNow,
});
Creates a workspace value object.
const Workspace({
required this.workspaceKey,
required this.path,
required this.branchName,
required this.createdNow,
});