LoggingInterceptor<T extends DataGridRow> constructor
const
LoggingInterceptor<T extends DataGridRow> ({})
Implementation
const LoggingInterceptor({
this.logEvents = true,
this.logStateChanges = true,
this.logErrors = true,
});