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