alive property

bool alive

Implementation

bool get alive {
  return _isolate != null && _requests != null;
}