action method

  1. @override
bool action(
  1. Function action,
  2. covariant Collective<E> base, {
  3. Arguments? arguments,
})

Validates an action against test rules

Implementation

@override
bool action(Function action, Collective<E> base, {Arguments? arguments}) {
  return true;
}