PropertyFilter class abstract
A base class for filters that operate on specific properties of Notion database items.
This class extends Filter and adds a property field to specify which property the filter should be applied to.
- Inheritance
- Implementers
- Annotations
-
- @immutable
Constructors
- PropertyFilter.new(String property)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
Converts the filter to a map representation compatible with the Notion API.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited