SessionLogEntry constructor
SessionLogEntry({
- int? id,
- required String serverId,
- required DateTime time,
- String? module,
- String? endpoint,
- String? method,
- double? duration,
- int? numQueries,
- bool? slow,
- String? error,
- String? stackTrace,
- int? authenticatedUserId,
- String? userId,
- bool? isOpen,
- required DateTime touched,
- List<
LogEntry> ? logs, - List<
QueryLogEntry> ? queries, - List<
MessageLogEntry> ? messages,
Implementation
factory SessionLogEntry({
int? id,
required String serverId,
required DateTime time,
String? module,
String? endpoint,
String? method,
double? duration,
int? numQueries,
bool? slow,
String? error,
String? stackTrace,
int? authenticatedUserId,
String? userId,
bool? isOpen,
required DateTime touched,
List<_i2.LogEntry>? logs,
List<_i3.QueryLogEntry>? queries,
List<_i4.MessageLogEntry>? messages,
}) = _SessionLogEntryImpl;