QueryEndEvent constructor
const
QueryEndEvent({})
Implementation
const QueryEndEvent({
required this.sql,
required this.parameters,
this.model,
this.operation,
required this.duration,
required this.rowCount,
});