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