BaseInjector class

Implemented types
Available Extensions

Constructors

BaseInjector({Map<Type, InitInjection>? injectors, InitInjection? other})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

combine(BaseInjector other) BaseInjector
dispose() → void
Used to clear and dispose object. After this method call is object typically unusable and ready for GC. Can be called multiple times!
override
findInjector<T>([Type? type]) InitInjection?
inject<T>(dynamic item, dynamic args) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setInjector<T>(InitInjection<T> inject) → void
toString() String
A string representation of this object.
inherited

Operators

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