copyWith method

SavedMessagesTopicTypeSavedFromChat copyWith({
  1. int? chatId,
})

Implementation

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