isClosed property

bool get isClosed

Checks whether the Realm is closed.

Implementation

bool get isClosed => _handle.released || handle.isClosed;