ListPartitionCursorsResponse constructor
ListPartitionCursorsResponse({
- String? nextPageToken,
- List<
PartitionCursor> ? partitionCursors,
Implementation
ListPartitionCursorsResponse({
this.nextPageToken,
this.partitionCursors,
});