isClosed property

bool isClosed

Whether close() (or terminate()) has been called on the client. If isClosed is true, subsequent calls to query methods will fail.

Implementation

bool get isClosed {
  return _pool.isClosed;
}