namespaces property

List<String> get namespaces

Extension namespaces in registration order (post de-duplication).

Read by the stable-observation primitive to map per-extension observation fragments back to their owning extension and to enforce per-extension budget overrides.

Implementation

List<String> get namespaces => List<String>.unmodifiable(<String>[
  for (final _Entry e in _entries) e.plugin.namespace,
]);