LoggingInterceptor<T extends DataGridRow> constructor

const LoggingInterceptor<T extends DataGridRow>({
  1. bool logEvents = true,
  2. bool logStateChanges = true,
  3. bool logErrors = true,
})

Implementation

const LoggingInterceptor({
  this.logEvents = true,
  this.logStateChanges = true,
  this.logErrors = true,
});