copyWith abstract method
Implementation
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,
});