ProjectInfo constructor

const ProjectInfo(
  1. String name,
  2. String version,
  3. Directory directory
)

Implementation

const ProjectInfo(this.name, this.version, this.directory);