passes abstract method
Validates the value using the given context.
Returns true if valid, otherwise false.
Implementation
FutureOr<bool> passes(ValidationContext context);
Validates the value using the given context.
Returns true if valid, otherwise false.
FutureOr<bool> passes(ValidationContext context);