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

hashCode int
The hash code for this object.
no setterinherited
property String
The name or ID of the property this filter applies to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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