Dependency constructor

Dependency(
  1. String name,
  2. TypeDefinition typeDef
)

Implementation

Dependency(this.name, this.typeDef);