testCase property

List<TestPlanTestCase>? testCase
inherited

testCase The individual test cases that are part of this plan, when they they are made explicit.

Implementation

List<TestPlanTestCase>? get testCase => throw _privateConstructorUsedError;