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