TestCase3<A, B, C> constructor
const
TestCase3<A, B, C> (
- A arg1,
- B arg2,
- C arg3
Implementation
const TestCase3(this.arg1, this.arg2, this.arg3);
const TestCase3(this.arg1, this.arg2, this.arg3);