isShuttingDown property

bool get isShuttingDown

Implementation

bool get isShuttingDown {
  return _shutdownFuture != null;
}