QueryLogEntry constructor
QueryLogEntry({})
Implementation
QueryLogEntry({
int? id,
required this.serverId,
required this.sessionLogId,
this.messageId,
required this.query,
required this.duration,
this.numRows,
this.error,
this.stackTrace,
required this.slow,
required this.order,
}) : super(id);