TalkerBlocLoggerSettings class

Constructors

TalkerBlocLoggerSettings({bool enabled = true, bool printEventFullData = true, bool printStateFullData = true, 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
printEventFullData bool
final
printStateFullData 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