copyWith abstract method
Implementation
QueryLogEntry copyWith({
int? id,
String? serverId,
int? sessionLogId,
int? messageId,
String? query,
double? duration,
int? numRows,
String? error,
String? stackTrace,
bool? slow,
int? order,
});