expectedChildrenForPath method
Implementation
int? expectedChildrenForPath(
List<String> path, {
required String? packagePath,
}) {
return _scopes[scopeIdForPath(path, packagePath: packagePath)]
?.expectedChildrenCount;
}
int? expectedChildrenForPath(
List<String> path, {
required String? packagePath,
}) {
return _scopes[scopeIdForPath(path, packagePath: packagePath)]
?.expectedChildrenCount;
}