isOpen property

bool get isOpen

Whether this instance is open and active.

The instance is open until close is called. After that, all operations will throw an DatabaseUniverseNotReadyError.

Implementation

bool get isOpen;