expectedChildrenForPath method
Returns the expected child count for a group path.
Implementation
int? expectedChildrenForPath(
List<String> path, {
required String? packagePath,
}) {
return _scopes[scopeIdForPath(path, packagePath: packagePath)]
?.expectedChildrenCount;
}