TestCase3<A, B, C> constructor

const TestCase3<A, B, C>(
  1. A arg1,
  2. B arg2,
  3. C arg3
)

Implementation

const TestCase3(this.arg1, this.arg2, this.arg3);