TalkerBlocLoggerSettings class

Constructors

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)?})
const

Properties

enabled bool
final
eventFilter → (bool Function(Bloc bloc, Object? event)?)
final
hashCode int
The hash code for this object.
no setterinherited
printChanges bool
final
printClosings bool
final
printCreations bool
final
printEventFullData bool
final
printEvents bool
final
printStateFullData bool
final
printTransitions bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionFilter → (bool Function(Bloc bloc, Transition transition)?)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited