copyWith method

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

Implementation

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