LiveProject constructor

const LiveProject(
  1. String root,
  2. String packageName
)

Creates a LiveProject rooted at root with pubspec name packageName.

Implementation

const LiveProject(this.root, this.packageName);