BatchStatementResponse constructor

BatchStatementResponse({
  1. BatchStatementError? error,
  2. Map<String, AttributeValue>? item,
  3. String? tableName,
})

Implementation

BatchStatementResponse({
  this.error,
  this.item,
  this.tableName,
});