RangeValidator<T extends num> class
Constructors
- RangeValidator(T min, T max, {bool inclusive = true, 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) → Future< 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