Dependency constructor

Dependency(
  1. String name,
  2. String uid
)

Implementation

Dependency(this.name, this.uid);