withoutParameters method

QueryLogEntry withoutParameters()

Implementation

QueryLogEntry withoutParameters() => QueryLogEntry(
  type: type,
  preview: preview,
  duration: duration,
  success: success,
  model: model,
  table: table,
  rowCount: rowCount,
  error: error,
  includeParameters: false,
);