TalkerBlocLoggerSettings constructor
const
TalkerBlocLoggerSettings({
- bool enabled = true,
- bool printEvents = true,
- bool printTransitions = true,
- bool printChanges = false,
- bool printEventFullData = true,
- bool printStateFullData = true,
- bool printCreations = false,
- bool printClosings = false,
- bool transitionFilter(
- Bloc bloc,
- Transition transition
- bool eventFilter(
- Bloc bloc,
- Object? event
Implementation
const TalkerBlocLoggerSettings({
this.enabled = true,
this.printEvents = true,
this.printTransitions = true,
this.printChanges = false,
this.printEventFullData = true,
this.printStateFullData = true,
this.printCreations = false,
this.printClosings = false,
this.transitionFilter,
this.eventFilter,
});