Txn constructor

Txn({
  1. Dgraph? dg,
  2. DgraphApi? dc,
  3. TxnContext? context,
})

Implementation

Txn({this.dg, this.dc, this.context});