copyWith method
Implementation
GetChatSimilarChatCount copyWith({int? chatId, bool? returnLocal}) =>
GetChatSimilarChatCount(
chatId: chatId ?? this.chatId,
returnLocal: returnLocal ?? this.returnLocal,
);
GetChatSimilarChatCount copyWith({int? chatId, bool? returnLocal}) =>
GetChatSimilarChatCount(
chatId: chatId ?? this.chatId,
returnLocal: returnLocal ?? this.returnLocal,
);