InjectorAlreadyCommited class

AutoInjecton Exception for Injector Already Commited.
Store all parent classNames message : message of exception
stackTrace : traces of exception
injectorTag : tag of the current injector

Inheritance

Constructors

InjectorAlreadyCommited(String injectorTag, [String message = '', StackTrace? stackTrace])
AutoInjecton Exception for Injector Already Commited.
Store all parent classNames message : message of exception
stackTrace : traces of exception
injectorTag : tag of the current injector

Properties

hashCode int
The hash code for this object.
no setterinherited
injectorTag 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