RatingDTO constructor
RatingDTO({})
Implementation
RatingDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.rate,
this.comment,
this.isVerified,
this.user,
this.photos});