class Review { final String text; final int rating; Review(this.text, this.rating); }