MephistoReview constructor

const MephistoReview({
  1. required String body,
  2. required double stars,
  3. required MephistoAuthor author,
})

Implementation

const MephistoReview(
    {required this.body, required this.stars, required this.author});