ScopeDependency class abstract interface Scope

Implementers
Available extensions

Constructors

ScopeDependency(String name, FutureOr<void> init(DepHelper dep))
factory
ScopeDependency.concurrent(String name, Iterable<ScopeDependency> dependencies)
factory
ScopeDependency.sequential(String name, Iterable<ScopeDependency> dependencies)
factory

Properties

count int
no setter
disposalRequired bool
no setter
hashCode int
The hash code for this object.
no setterinherited
initializationRequired bool

Available on ScopeDependency, provided by the ScopeDependencyExtension extension

no setter
isCancelled bool

Available on ScopeDependency, provided by the ScopeDependencyExtension extension

no setter
isDisposed bool

Available on ScopeDependency, provided by the ScopeDependencyExtension extension

no setter
isFailed bool

Available on ScopeDependency, provided by the ScopeDependencyExtension extension

no setter
isGroup bool

Available on ScopeDependency, provided by the ScopeDependencyExtension extension

no setter
isInitialized bool

Available on ScopeDependency, provided by the ScopeDependencyExtension extension

no setter
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ScopeDependencyState
no setter
wrappedName String
no setter

Methods

dispose() Stream<String>
init() Stream<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runDispose() Stream<String>
runInit() Stream<String>
stateToString() String
toString() String
A string representation of this object.
inherited

Operators

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