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