MephistoReviewCard constructor

const MephistoReviewCard({
  1. Key? key,
  2. required MephistoReview review,
})

Implementation

const MephistoReviewCard({super.key, required this.review});