call abstract method

  1. @override
bool call(
  1. Object? object, {
  2. covariant C? cell,
  3. dynamic arguments,
  4. bool exception(
    1. TestRule<dynamic, Cell> rule,
    2. Exception e
    ) = TestRuleTrue.passed,
})
override

Validates a generic object against test rules

Implementation

@override
bool call(Object? object, {covariant C? cell, arguments, bool Function(TestRule rule, Exception e) exception = TestRuleTrue.passed});