children property
TestItemCollection
get
children
The children of this test item. For a test suite, this may contain the individual test cases or nested suites.
Implementation
_i3.TestItemCollection get children => _i5.getProperty(
this,
'children',
);