Reviews copyWith({ double? rating, int? count }) { return Reviews( rating: rating ?? this.rating, count: count ?? this.count ); }