TestCase4<A, B, C, D> constructor

const TestCase4<A, B, C, D>(
  1. A arg1,
  2. B arg2,
  3. C arg3,
  4. D arg4,
)

Implementation

const TestCase4(this.arg1, this.arg2, this.arg3, this.arg4);