StoryInteractions constructor
StoryInteractions({})
Implementation
StoryInteractions({
required this.totalCount,
required this.totalForwardCount,
required this.totalReactionCount,
required this.interactions,
required this.nextOffset,
});