Key constructor
Key({
- PartitionId? partitionId,
- List<
PathElement> ? path,
Implementation
Key({
this.partitionId,
this.path,
});
Key({
this.partitionId,
this.path,
});