copyWith abstract method
Returns a shallow copy of this SessionLogEntry with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
SessionLogEntry copyWith({
int? id,
String? serverId,
DateTime? time,
String? module,
String? endpoint,
String? method,
double? duration,
int? numQueries,
bool? slow,
String? error,
String? stackTrace,
int? authenticatedUserId,
bool? isOpen,
DateTime? touched,
});