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