LiveProject constructor
Creates a LiveProject rooted at root with pubspec name packageName.
Implementation
const LiveProject(this.root, this.packageName);
Creates a LiveProject rooted at root with pubspec name packageName.
const LiveProject(this.root, this.packageName);