Bind<T> class

Properties

factoryFunc → _FactoryFunc<T>?
final
factoryFuncParams → _FactoryFuncParams<T>?
final
hashCode int
The hash code for this object.
no setterinherited
instance ↔ T?
getter/setter pair
instances Map<StarkComponent<StatefulWidget>, T>
getter/setter pair
isSingleton bool
final
name String?
final
replaceIfExists bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
final

Methods

get(Injector injector, [StarkComponent<StatefulWidget>? component, Map<String, dynamic>? params]) → T?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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