Logging<TState> constructor

const Logging<TState>({
  1. Logger? logger,
  2. bool logState = false,
})

Implementation

const Logging({
  this.logger,
  this.logState = false,
});