ExecuteStatementOutput constructor

ExecuteStatementOutput({
  1. List<Map<String, AttributeValue>>? items,
  2. String? nextToken,
})

Implementation

ExecuteStatementOutput({
  this.items,
  this.nextToken,
});