copyWith abstract method
Returns a shallow copy of this LogEntry with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
LogEntry copyWith({
int? id,
int? sessionLogId,
int? messageId,
String? reference,
String? serverId,
DateTime? time,
_i2.LogLevel? logLevel,
String? message,
String? error,
String? stackTrace,
int? order,
});