QueryOutput constructor
QueryOutput({
- ConsumedCapacity? consumedCapacity,
- int? count,
- List<
Map< ? items,String, AttributeValue> > - Map<
String, AttributeValue> ? lastEvaluatedKey, - int? scannedCount,
Implementation
QueryOutput({
this.consumedCapacity,
this.count,
this.items,
this.lastEvaluatedKey,
this.scannedCount,
});