ExecuteBatchDmlRequest constructor

ExecuteBatchDmlRequest({
  1. RequestOptions? requestOptions,
  2. String? seqno,
  3. List<Statement>? statements,
  4. TransactionSelector? transaction,
})

Implementation

ExecuteBatchDmlRequest({
  this.requestOptions,
  this.seqno,
  this.statements,
  this.transaction,
});