call abstract method
Executes the rule's validation logic.
Parameters:
object
: The object being validatedcell
: Optional cell context for the validationarguments
: Additional operation argumentsexception
: Handler for any exceptions during validation
Returns true if validation passes, false if validation fails.
Implementation
bool call(O object, {C? cell, dynamic arguments, bool Function(TestRule rule, Exception e) exception = TestRuleTrue.passed});