FoundStory constructor

const FoundStory({
  1. required PeerBase peer,
  2. required StoryItemBase story,
})

Found Story constructor.

Implementation

const FoundStory({required this.peer, required this.story}) : super._();