copyWith method

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

Implementation

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