DuplicateDependencyException<T> class

Thrown if an attempt is made to inject the same ScopeKey twice into the same Scope.

Implemented types

Constructors

DuplicateDependencyException(ScopeKey<T> key)
Thrown if an attempt is made to inject the same ScopeKey twice.

Properties

hashCode int
The hash code for this object.
no setterinherited
key ScopeKey<T>
the key that was a duplicate.
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