inTransaction property
bool
get
inTransaction
true while a runInTransaction body is executing.
Implementation
bool get inTransaction => _txnDepth > 0;
true while a runInTransaction body is executing.
bool get inTransaction => _txnDepth > 0;