ScopedFutureDescriptor<T> class
Scoped future descriptor that supports asynchronous initialization.
- Inheritance
-
- Object
- ServiceDescriptor<
Future< T> > - ScopedDescriptor<
Future< T> > - ScopedFutureDescriptor
Constructors
-
ScopedFutureDescriptor.new(ServiceFactory<
Future< factory)T> >
Properties
-
factory
↔ ServiceFactory<
Future< T> > -
The factory method of the service
latefinalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- lifeTime → ServiceLifeTime
-
The life-time of the service
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceType → Type
-
The type of the service
finalinherited
Methods
-
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