copyWith method

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

Implementation

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