ExecuteBatchDmlRequest constructor

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

Implementation

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