RecurringValidators class

A collection of common RecurringValidator generators.

Constructors

RecurringValidators()

Properties

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

lastRunSucceeded(ExecutionParams params) bool
Valid if the previous run was successful.
maxFailures(int n) RecurringValidator
Valid if less thann runs have failed over the lifetime of the task.
maxFailuresInRow(int n) RecurringValidator
Valid unless the last n runs have all failed.
pass(ExecutionParams params) bool
Always valid