copyWith method
Implementation
UpdateStoryListChatCount copyWith({StoryList? storyList, int? chatCount}) =>
UpdateStoryListChatCount(
storyList: storyList ?? this.storyList,
chatCount: chatCount ?? this.chatCount,
);
UpdateStoryListChatCount copyWith({StoryList? storyList, int? chatCount}) =>
UpdateStoryListChatCount(
storyList: storyList ?? this.storyList,
chatCount: chatCount ?? this.chatCount,
);