isTransactional property
bool
get
isTransactional
Whether this query runs inside a transaction snapshot.
Implementation
bool get isTransactional => _txn != null;
Whether this query runs inside a transaction snapshot.
bool get isTransactional => _txn != null;