isInTransaction property
bool
get
isInTransaction
Checks whether the Realm
is in write transaction.
Implementation
bool get isInTransaction => realmCore.getIsWritable(this);
Checks whether the Realm
is in write transaction.
bool get isInTransaction => realmCore.getIsWritable(this);