Filter class abstract

An abstract class representing a filter in the Notion API.

This class serves as the base for all filter types used in database queries. Concrete implementations of this class define specific filtering behaviors.

Implementers
Annotations
  • @immutable

Constructors

Filter.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited