BatchResponse constructor

BatchResponse({
  1. double? consumedCapacityUnits,
  2. List<Map<String, AttributeValue>>? items,
})

Implementation

BatchResponse({
  this.consumedCapacityUnits,
  this.items,
});