Scope class
Constructors
- Scope(Fluttin _fluttin, String scopeId, ScopeDefinition scopeDefinition, {dynamic source})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scopeDefinition → ScopeDefinition
-
final
- scopeId → String
-
final
- source ↔ dynamic
-
getter/setter pair
Methods
-
addParameters(
DefinitionParameters parameters) → void -
clear(
) → void -
clearParameters(
) → void -
close(
) → void -
create(
List< Scope> links) → void -
dropInstance(
BeanDefinition beanDefinition) → void -
findInOtherScope<
T> (Qualifier? qualifier, ParametersDefinition? parameters) → T? -
get<
T> ({Qualifier? qualifier, ParametersDefinition? parameters}) → T -
getFromSource<
T> () → T? -
getOrNull<
T> ({Qualifier? qualifier, ParametersDefinition? parameters}) → T? -
getSource<
T> () → T -
isRootScope(
) → bool -
loadDefinition(
BeanDefinition beanDefinition) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveInstance<
T> (Qualifier? qualifier, Type runtimeType, ParametersDefinition? parameters) → T -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited