Key constructor

Key({
  1. List<Object?>? keyParts,
})

Implementation

Key({
  this.keyParts,
});