UpdateStoryListChatCount constructor

UpdateStoryListChatCount({
  1. StoryList? storyList,
  2. required int chatCount,
})

Implementation

UpdateStoryListChatCount({this.storyList, required this.chatCount});