BatchGetItemOutput constructor

BatchGetItemOutput({
  1. List<ConsumedCapacity>? consumedCapacity,
  2. Map<String, List<Map<String, AttributeValue>>>? responses,
  3. Map<String, KeysAndAttributes>? unprocessedKeys,
})

Implementation

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