ComponentDependency constructor

const ComponentDependency(
  1. String name, {
  2. String? version,
  3. bool dev = false,
})

Implementation

const ComponentDependency(this.name, {this.version, this.dev = false});