Like constructor

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

Implementation

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