Key constructor

Key(
  1. List<KeyElement> elements, {
  2. Partition partition = Partition.DEFAULT,
})

Implementation

Key(this.elements, {this.partition = Partition.DEFAULT});