NotValidator<T> class
Constructors
-
NotValidator(Validator<
T> validator, {String? message}) -
const
Properties
Methods
-
combine(
Validator< T> other) → Validator<T> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldRevalidate(
FormKey source) → bool -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
BuildContext context, T? value, FormValidationMode state) → FutureOr< ValidationResult?> -
override
Operators
-
operator &(
Validator< T> other) → Validator<T> -
inherited
-
operator +(
Validator< T> other) → Validator<T> -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
override
-
operator |(
Validator< T> other) → Validator<T> -
inherited
-
operator ~(
) → Validator< T> -
inherited