action method
Validates an action against test rules
Implementation
@override
bool action(Function action, Collective<E> base, {Arguments? arguments}) {
return true;
}
Validates an action against test rules
@override
bool action(Function action, Collective<E> base, {Arguments? arguments}) {
return true;
}