RunConditionCombiner mixin

Base mixin for a RunCondition that combines other RunConditions.

Implemented types
Mixin Applications

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.
override
shouldRun(TaskInvocation invocation) FutureOr<bool>
Check if the provided task invocation should run.
inherited
toString() String
A string representation of this object.
inherited

Operators

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