MephistoReview constructor
- required String body,
- required double stars,
- required MephistoAuthor author,
Implementation
const MephistoReview(
{required this.body, required this.stars, required this.author});
const MephistoReview(
{required this.body, required this.stars, required this.author});