newTransaction property

TransactionOptions? newTransaction
final

Starts a new transaction and reads the documents. Defaults to a read-only transaction. The new transaction ID will be returned as the first response in the stream.

Implementation

final TransactionOptions? newTransaction;