QueryEvent constructor
const
QueryEvent({})
Records a measured operation without retaining bound parameter values.
Implementation
const QueryEvent({
this.operation = QueryOperation.execute,
required this.sql,
required this.parameterCount,
required this.elapsed,
this.rowCount,
this.error,
});