More constructor

const More(
  1. Post post, {
  2. Key? key,
})

Implementation

const More(this.post, {super.key});