CircularDependencyException<T> class

Thrown by use when called inside a Scope.single or Scope.sequence callback and the keys factories try to mutually inject each other.

Implemented types

Constructors

CircularDependencyException(List<ScopeKey<T>> keys)
Thrown by use when called inside a Scope.single or Scope.sequence callback and the keys factories try to mutually inject each other.

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<ScopeKey<T>>
The key that caused the circular dependency.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited