Link<T> constructor

Link<T>(
  1. T source,
  2. T target
)

Implementation

Link(this.source, this.target);