TimerFutureWrapper<T> class
A Future Wrapper that completes in a minimum amount of time
Constructors
-
TimerFutureWrapper.new({required Future<
bool> future, required Duration minDuration})
Properties
-
completerFuture
↔ Future<
bool> -
getter/setter pair
-
future
↔ Future<
bool> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- minDuration ↔ Duration
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success ↔ bool
-
getter/setter pair
- taskCompleted ↔ bool
-
getter/setter pair
- timerCompleted ↔ bool
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
timedFuture(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited