Dependency constructor

const Dependency(
  1. String name,
  2. DependencyReference reference
)

ctor

Implementation

const Dependency(this.name, this.reference);