ReadyValidationBuilder<T extends DartElement> class

Represents a validation builder that is valid and ready to be used.

Inheritance

Properties

and OnGoingValidationBuilder<T>
no setter
description String
no setterinherited
filter Filter<T>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
or OnGoingValidationBuilder<T>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selector Selector<T>
finalinherited
validation Validation<T>
finalinherited

Methods

getViolations(DartPackage package) List<ElementViolations<DartElement>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate(DartPackage package) → void
inherited

Operators

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