OrCondition class
A RunCondition that runs if any of its conditions runs.
- Mixed-in types
Constructors
-
OrCondition(List<
RunCondition> conditions)
Properties
-
conditions
→ List<
RunCondition> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
-
shouldRun(
TaskInvocation invocation) → FutureOr< 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.
inherited