UnregisteredInstanceByKey class

AutoInjection Exception for Unregistered instance.
Store all parent classNames message : message of exception
stackTrace : traces of exception

Inheritance

Constructors

UnregisteredInstanceByKey(List<String> keys, [String message = '', StackTrace? stackTrace])
AutoInjection Exception for Unregistered instance.
Store all parent classNames message : message of exception
stackTrace : traces of exception
keys : all parent keys

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<String>
all parent class names;
final
message String
message of exception
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
traces of exception
finalinherited

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