Plans constructor

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

Implementation

const Plans({
  super.key,
});