isOpen property

bool isOpen

Returns whether the transaction is still active.

Implementation

bool get isOpen => _realm != null;