RecentStory constructor

const RecentStory({
  1. required bool live,
  2. int? maxId,
})

Recent Story constructor.

Implementation

const RecentStory({required this.live, this.maxId}) : super._();