call method

bool call([
  1. dynamic _
])

Determine whether or not this State is active.

Implementation

bool call([_]) {
  return _machine!.current == this;
}