copyWith method
Implementation
GetDirectMessagesChatTopic copyWith({int? chatId, int? topicId}) =>
GetDirectMessagesChatTopic(
chatId: chatId ?? this.chatId,
topicId: topicId ?? this.topicId,
);
GetDirectMessagesChatTopic copyWith({int? chatId, int? topicId}) =>
GetDirectMessagesChatTopic(
chatId: chatId ?? this.chatId,
topicId: topicId ?? this.topicId,
);