ManagerProvider<T extends Object, P> class

Create a provider for FutureManager

Constructors

ManagerProvider(FutureManager<T> _create(ManagerRef)?)
ManagerProvider.family(FutureManager<T> _createFamily(ManagerRef, P)?)

Properties

hashCode int
The hash code for this object.
no setterinherited
isFamily bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(P _param) ManagerProvider<T, P>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of(ManagerRef ref) FutureManager<T>
toString() String
A string representation of this object.
inherited

Operators

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