PubDependencyReference constructor

const PubDependencyReference(
  1. String name,
  2. DependencyReference dependency
)

Implementation

const PubDependencyReference(this.name, this.dependency);