DI class

Inheritance

Constructors

DI()

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

change<T extends Object>(T instance, {String? named}) → void
override
get<T extends Object>({String? named}) → T
override
getAsync<T extends Object>({String? named}) Future<T>
override
isRegistered<T extends Object>({String? named}) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register<T extends Object>(T instance, {String? named}) → void
override
registerLazy<T extends Object>(Future<T> func(), {String? named}) → void
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DI
no setter