NotValidator<T> class
- Inheritance
-
- Object
- CompositeValidator<
T> - NotValidator
Constructors
-
NotValidator.new(List<
Validator< validators, ValidationContext context)T> > -
const
Properties
- context → ValidationContext
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
validators
→ List<
Validator< T> > -
finalinherited
Methods
-
add(
Validator< T> validator) → void -
inherited
-
addAll(
List< Validator< validators) → voidT> > -
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(
T? value, {bool stopOnFirstError = false}) → ValidationResult
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited