CombinedFilter class
A filter that combines multiple filters.
- Implemented types
Constructors
-
CombinedFilter(List<
NoticeFilter> filters) -
Creates a new combined filter.
const
Properties
-
filters
→ List<
NoticeFilter> -
The filters to combine.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
filter(
NoticeRecord record) → bool -
Returns
false
if therecord
should be filtered out.override -
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