SocialFeedData constructor
Implementation
SocialFeedData({
this.id,
this.refId,
this.type,
this.userId,
this.addedBy,
this.userImage,
this.feedData,
this.distance,
this.status,
this.isLike,
this.isFollow,
this.likeCount,
this.createdAt,
});