FeedEntity constructor
FeedEntity({})
Implementation
FeedEntity({
required this.appId,
this.description,
this.thumbImage,
this.photoPost,
this.videoPost,
this.messagePost,
this.audioPost,
this.albumPost,
this.articlePost,
});