MssqlObserverOptions constructor

const MssqlObserverOptions({
  1. bool includeParameterValues = false,
  2. int recorderCapacity = 256,
})

Implementation

const MssqlObserverOptions({
  this.includeParameterValues = false,
  this.recorderCapacity = 256,
});