scope property

List<TestScriptScope>? scope
inherited

scope The scope indicates a conformance artifact that is tested by the test(s) within this test case and the expectation of the test outcome(s) as well as the intended test phase inclusion.

Implementation

List<TestScriptScope>? get scope => throw _privateConstructorUsedError;