Key constructor
Key(
- List<
KeyElement> elements, { - Partition partition = Partition.DEFAULT,
Implementation
Key(this.elements, {this.partition = Partition.DEFAULT});