TestPlanV1 constructor

const TestPlanV1({
  1. required List<TestPlanEntry> tests,
})

Implementation

const TestPlanV1({required this.tests});