ValidatorInstance<T> class

Constructors

ValidatorInstance({required List<InputValidatorPart<T>> parts, required bool stopOnFirstError})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopOnFirstError bool
Stops validation on first error.
final

Methods

bindInput(GladeInput<T> input) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate(T value) → ValidatorResult<T>
Performs validation on given value.

Operators

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