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