BatchGetItemOutput constructor

BatchGetItemOutput({
  1. Map<String, BatchResponse>? responses,
  2. Map<String, KeysAndAttributes>? unprocessedKeys,
})

Implementation

BatchGetItemOutput({
  this.responses,
  this.unprocessedKeys,
});