DIHandler class
- Implemented types
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
-
finishRegistration(
) → void -
get<
T extends Object> () → T -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerFactory<
T extends Object> (T factory()) → void -
override
-
registerLazySingleton<
T extends Object> (T factory()) → void -
override
-
registerRequestScoped<
T extends Object> (T factory()) → void -
Registers a dependency built once per request and shared for the
rest of it.
override
-
registerSingleton<
T extends Object> (T instance) → void -
override
-
requestScopedFactory<
T extends Object> () → T Function()? -
Forwarded so the per-request container can find request-scoped
registrations through this wrapper.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited