ReviewModel constructor
Implementation
const ReviewModel({
required this.id,
required this.customerId,
required this.productId,
required this.organization,
required this.customer,
required this.rating,
required this.comment,
required this.createdAt,
});