menu
aws_dynamodb_api package
documentation
dynamodb-2011-12-05.dart
QueryOutput
QueryOutput.new constructor
QueryOutput.new constructor
dark_mode
light_mode
QueryOutput
constructor
QueryOutput
(
{
double
?
consumedCapacityUnits
,
int
?
count
,
List
<
Map
<
String
,
AttributeValue
>
>
?
items
,
Key
?
lastEvaluatedKey
,
})
Implementation
QueryOutput({
this
.consumedCapacityUnits,
this
.count,
this
.items,
this
.lastEvaluatedKey, });
aws_dynamodb_api package
documentation
dynamodb-2011-12-05
QueryOutput
QueryOutput.new constructor
QueryOutput class