state property

TRegistryState get state

A snapshot describing the current state of the dependencies.

Implementation

@pragma('vm:prefer-inline')
TRegistryState get state => TRegistryState.unmodifiable(
  _state,
).map((k, v) => MapEntry(k, Map.unmodifiable(v)));