copyWith abstract method
Returns a shallow copy of this QueryLogEntry with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
QueryLogEntry copyWith({
int? id,
String? serverId,
int? sessionLogId,
int? messageId,
String? query,
double? duration,
int? numRows,
String? error,
String? stackTrace,
bool? slow,
int? order,
});