StoryInteraction constructor
StoryInteraction({
- MessageSender? actorId,
- required int interactionDate,
- BlockList? blockList,
- StoryInteractionType? type,
Implementation
StoryInteraction({
this.actorId,
required this.interactionDate,
this.blockList,
this.type,
});