VerticalFeedGroup constructor
VerticalFeedGroup({})
Implementation
VerticalFeedGroup({
required this.id,
required this.title,
required this.index,
required this.seen,
required this.iconUrl,
required this.feedList,
required this.pinned,
required this.type,
required this.nudge,
this.name,
});