keys property

  1. @visibleForTesting
List<ScopeKey<T>> keys
final

The key that caused the circular dependency.

Implementation

@visibleForTesting

/// The key that caused the circular dependency.
final List<ScopeKey<T>> keys;