ListItemsResponse constructor

ListItemsResponse({
  1. List<Item>? items,
  2. String? nextToken,
})

Implementation

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