BatchGetPartitionResponse constructor
BatchGetPartitionResponse({
- List<
Partition> ? partitions, - List<
PartitionValueList> ? unprocessedKeys,
Implementation
BatchGetPartitionResponse({
this.partitions,
this.unprocessedKeys,
});