Partition constructor

const Partition({
  1. Key? key,
})

Implementation

const Partition({
  super.key,
});