SatisfyPredicatePart<T> class
- Inheritance
-
- Object
- InputValidatorPart<
T> - SatisfyPredicatePart
Constructors
-
SatisfyPredicatePart({required SatisfyPredicate<
T> predicate, required OnValidate<T> devMessage, Object? key, ShouldValidateCallback<T> ? shouldValidate, Object? metaData, ValidationSeverity serverity = ValidationSeverity.error}) -
const
Properties
-
devMessage
→ OnValidate<
T> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Object?
-
finalinherited
- metaData → Object?
-
final
-
predicate
→ SatisfyPredicate<
T> -
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverity → ValidationSeverity
-
finalinherited
-
shouldValidate
→ ShouldValidateCallback<
T> ? -
finalinherited
- stringify → bool?
-
If set to
true, the toString method will be overridden to output this instance's props.no setterinherited
Methods
-
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) → GladeValidatorResult< T> ? -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited