copyWith method

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

Implementation

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