Parameters2<A, B> constructor

Parameters2<A, B>(
  1. A a,
  2. B b
)

Implementation

Parameters2(super.a, this.b);