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