rootGroup property
@doc The root group of tests. In the UI these tests are displayed as the top level of the test tree.
Implementation
@$pb.TagNumber(2)
FFTestGroup get rootGroup => $_getN(1);
Implementation
@$pb.TagNumber(2)
set rootGroup(FFTestGroup value) => $_setField(2, value);