InjectorObjectContainer class

Constructors

InjectorObjectContainer()

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

get<T>({String? name}) → T?
return null when there is no service of type
getRequired<T>({String? name}) → T
throw exception when there is no service of type
initIoc() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register<T>(ObjectCreator<T> creator, {String? name}) → void
registerSingleton<T>(ObjectCreator<T> creator, {String? name}) → void
toString() String
A string representation of this object.
inherited

Operators

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