isOpen property

bool get isOpen

Returns whether the transaction is still active.

Implementation

bool get isOpen => _realm != null;