ListPartitionCursorsResponse constructor

ListPartitionCursorsResponse({
  1. String? nextPageToken,
  2. List<PartitionCursor>? partitionCursors,
})

Implementation

ListPartitionCursorsResponse({
  this.nextPageToken,
  this.partitionCursors,
});