StoryInteraction constructor

StoryInteraction({
  1. MessageSender? actorId,
  2. required int interactionDate,
  3. BlockList? blockList,
  4. StoryInteractionType? type,
})

Implementation

StoryInteraction({
  this.actorId,
  required this.interactionDate,
  this.blockList,
  this.type,
});