AndFilter class
A compound filter that combines multiple filters with a logical AND operation.
This filter will only match database items that satisfy all of the sub-filters it contains.
Throws an AssertionError if fewer than two filters are provided.
Constructors
-
AndFilter.new(List<
Filter> filters)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
Converts the filter to a map representation compatible with the Notion API.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited