BatchGetItemOutput constructor
BatchGetItemOutput({
- Map<
String, BatchResponse> ? responses, - Map<
String, KeysAndAttributes> ? unprocessedKeys,
Implementation
BatchGetItemOutput({
this.responses,
this.unprocessedKeys,
});