AlwaysRun class
A RunCondition which is always fullfilled.
This ensures a Task runs unconditionally.
- Mixed-in types
- Annotations
-
- @sealed
Constructors
- AlwaysRun()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postRun(
TaskResult result) → FutureOr< void> -
Action to run after a task associated with this RunCondition
has run, whether successfully or not.
override
-
shouldRun(
TaskInvocation invocation) → bool -
Check if the provided task invocation should run.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override