isShuttingDown property

bool isShuttingDown

Implementation

bool get isShuttingDown {
  return _shutdownFuture != null;
}