activeIds property

Set<int> get activeIds

Set of currently active txnIds (for write-write conflict detection).

Implementation

Set<int> get activeIds => Set<int>.from(_active.keys);