FeedFrontModel constructor
FeedFrontModel({})
Implementation
FeedFrontModel({
required this.documentID,
required this.appId,
this.description,
this.feed,
this.backgroundOverridePosts,
this.backgroundOverrideProfile,
this.conditions,
});