TestCase2<A, B> constructor

const TestCase2<A, B>(
  1. A arg1,
  2. B arg2
)

Implementation

const TestCase2(this.arg1, this.arg2);