Bridge<T> constructor

const Bridge<T>(
  1. T u,
  2. T v
)

Implementation

const Bridge(this.u, this.v);