PartitionResponse constructor
PartitionResponse({
- List<
Partition> ? partitions, - Transaction? transaction,
Implementation
PartitionResponse({
this.partitions,
this.transaction,
});