getStats static method

Map<String, int> getStats()

Implementation

static Map<String, int> getStats() {
  return {
    'persistentScopes': _persistentScopes.length,
    'autoDisposeScopes': _autoDisposeScopes.length,
    'explicitlyPersistentScopes': _explicitlyPersistentScopes.length,
    'totalParentChildRelationships': _parentScopes.length,
  };
}