PostReview constructor
Implementation
PostReview({
this.id,
this.userId,
this.typeId,
this.type,
this.fullName,
this.activityType,
this.profileImage,
this.createdAt,
this.activityMessage,
});
PostReview({
this.id,
this.userId,
this.typeId,
this.type,
this.fullName,
this.activityType,
this.profileImage,
this.createdAt,
this.activityMessage,
});