call method

bool call()

Implementation

bool call() {
  if (_parent.isStopped) return false;
  return identical(this, _parent.current);
}