Repost constructor

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

Implementation

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