SessionLogEntry constructor
SessionLogEntry({})
Implementation
SessionLogEntry({
int? id,
required this.serverId,
required this.time,
this.module,
this.endpoint,
this.method,
this.duration,
this.numQueries,
this.slow,
this.error,
this.stackTrace,
this.authenticatedUserId,
this.isOpen,
required this.touched,
}) : super(id);