inTransaction property

  1. @override
bool get inTransaction

Whether commands on this handle run inside an open transaction.

Implementation

@override
bool get inTransaction => inner.inTransaction;