isInTransaction property

bool isInTransaction

Checks whether the Realm is in write transaction.

Implementation

bool get isInTransaction => realmCore.getIsWritable(this);