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