BatchResponse constructor
BatchResponse({
- double? consumedCapacityUnits,
- List<
Map< ? items,String, AttributeValue> >
Implementation
BatchResponse({
this.consumedCapacityUnits,
this.items,
});