debugPooledPackages property
Diagnostics / test introspection — the set of package names currently in
the process-global pool (including the synthetic _defaultPackage once a
legacy register* call has run). Read-only; does not expose the bundles.
Implementation
static Set<String> get debugPooledPackages => _packagePool.keys.toSet();