PgPoolEvent constructor
PgPoolEvent({})
Implementation
PgPoolEvent({
required this.connectionId,
this.sessionId,
this.traceId,
required this.action,
this.query,
this.substitutionValues,
this.elapsed,
this.error,
this.stackTrace,
});