isOpen property

bool isOpen

Whether this instance is open and active.

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

Implementation

bool get isOpen;