UnregisteredInstance class Null safety

AutoInjecton 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])
AutoInjecton 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.
read-onlyinherited
message String
message of exception
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stackTrace StackTrace?
traces of exception
finalinherited

Methods

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

Operators

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