BindEmpty class

For empty instance binds.

Inheritance

Constructors

BindEmpty()

Properties

alwaysSerialized bool
flag for indicate serialization
finalinherited
bindType Type
no setterinherited
export bool
export bind for others modules This bind can only be accessed when imported by a module.
finalinherited
factoryFunction Object Function(Injector i)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isLazy bool
When 'true', the object is instantiated only the first time it is called. When 'false', the object is instantiated along with the module.
finalinherited
isScoped bool
create single instance for request
finalinherited
isSingleton bool
single instance
finalinherited
onDispose → (void Function(Object value)?)
Called in module`s dispose.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selector → (dynamic Function(Object value)?)
Generate reactive object
finalinherited

Methods

cast<E extends Object>() BindContract<E>
override
copyWith({Object factoryFunction(Injector i)?, bool? isSingleton, bool? isLazy, bool? export, bool? isScoped, bool? alwaysSerialized, void onDispose(Object value)?, dynamic selector(Object value)?}) BindContract<Object>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDisposeFunc(Object o) → dynamic
inherited
onSelectorFunc(Object o) → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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