copyWith method
Implementation
SavedMessagesTopicTypeSavedFromChat copyWith({int? chatId}) =>
SavedMessagesTopicTypeSavedFromChat(chatId: chatId ?? this.chatId);
SavedMessagesTopicTypeSavedFromChat copyWith({int? chatId}) =>
SavedMessagesTopicTypeSavedFromChat(chatId: chatId ?? this.chatId);