ScanOutput constructor

ScanOutput({
  1. ConsumedCapacity? consumedCapacity,
  2. int? count,
  3. List<Map<String, AttributeValue>>? items,
  4. Map<String, AttributeValue>? lastEvaluatedKey,
  5. int? scannedCount,
})

Implementation

ScanOutput({
  this.consumedCapacity,
  this.count,
  this.items,
  this.lastEvaluatedKey,
  this.scannedCount,
});