DependencyInjection class abstract

Constructors

DependencyInjection()

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

delete<S>({String? tag}) → S
find<S>({String? tag}) → S
findByType(Type type, {String? tag}) → dynamic
NOTE: this could return null if the element is not found
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(dynamic dependency, {String? tag}) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

build() DependencyInjection