Logging<TState> constructor
const
Logging<TState> ({
- Logger? logger,
- bool logState = false,
Implementation
const Logging({
this.logger,
this.logState = false,
});