Key constructor

Key({
  1. PartitionId? partitionId,
  2. List<PathElement>? path,
})

Implementation

Key({this.partitionId, this.path});