TestPlanV1 constructor
const
TestPlanV1({
- required List<
TestPlanEntry> tests,
Implementation
const TestPlanV1({required this.tests});
const TestPlanV1({required this.tests});