QueryErrorEvent constructor
const
QueryErrorEvent({})
Implementation
const QueryErrorEvent({
required this.sql,
required this.parameters,
this.model,
this.operation,
required this.duration,
required this.error,
this.stackTrace,
});