Both<T, K> constructor

Both<T, K>(
  1. T a,
  2. K b
)

Implementation

Both(this.a, this.b);