tx property

Tx<T> tx

The corresponding Tx instance of this object.

Implementation

Tx<T> get tx {
  return Tx(this);
}