FoundStory constructor
const
FoundStory({
- required PeerBase peer,
- required StoryItemBase story,
Found Story constructor.
Implementation
const FoundStory({required this.peer, required this.story}) : super._();