ScopeDSL class

Constructors

ScopeDSL(ScopeDefinition scopeDefinition)

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scopeDefinition → ScopeDefinition
final

Methods

factory<T>(ProviderCreate<T> create, {Qualifier qualifier, bool override = false}) ProviderDefinition<T>
factoryWithParam<T, A>(ProviderCreateParam<T, A> create, {Qualifier qualifier, bool override = false}) ProviderDefinition<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
scoped<T>(ProviderCreate<T> create, {Qualifier qualifier, bool override = false}) ProviderDefinition<T>
scopedWithParam<T, A>(ProviderCreateParam<T, A> create, {Qualifier qualifier, bool override = false}) ProviderDefinition<T>
toString() String
A string representation of this object.
inherited

Operators

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