isStart method

bool isStart()

Implementation

bool isStart() {
  return _state?.isStart() ?? false;
}