ReviewDto constructor
Implementation
ReviewDto({
required this.authorName,
this.authorUrl,
this.profilePhotoUrl,
required this.rating,
this.text,
required this.time,
});
ReviewDto({
required this.authorName,
this.authorUrl,
this.profilePhotoUrl,
required this.rating,
this.text,
required this.time,
});