BaseTalkerFilter class

Constructors

BaseTalkerFilter({List<String> titles = const [], List<Type> types = const [], String? searchQuery})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchQuery String?
String query for filtering logs
final
titles List<String>
List of enabled for filter titles exception, error, verbose
final
types List<Type>
List of enabled for filter types - subclasses of TalkerData Like TalkerError, TalkerException, TalkerLog, etc.
final

Methods

copyWith({List<String>? titles, List<Type>? types, String? searchQuery}) BaseTalkerFilter
filter(TalkerData item) bool
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