UnregisteredInstance class

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

Inheritance

Constructors

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

Properties

classNames List<String>
all parent class names;
final
hashCode int
The hash code for this object.
no setterinherited
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
withExceptionTrace() UnregisteredInstance
instance with stackTrace prints

Operators

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