InjectorError class
- Implemented types
Constructors
- InjectorError.from(TypeError e, Injector owner)
-
factory
Properties
- expectedT → String
-
The expected type.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The error message.
no setter
- name → String
-
The name of the parameter.
final
- owner → Injector
-
The Injector that caused the error.
final
- resultT → String
-
The type of the result.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The stack trace at the point where this error was first thrown.
final
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