PartitionSpec constructor

PartitionSpec({
  1. String? partitionKey,
})

Implementation

PartitionSpec({
  this.partitionKey,
});