SupaStreamFilter<B extends SupaCore> class

Represents a filter that can be applied to a Supabase stream query.

Filters allow you to only return rows that match certain conditions.

Only one filter can be applied to a stream query.

Implementers

Constructors

SupaStreamFilter()
Represents a filter that can be applied to a Supabase stream query.
const

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

build(SupabaseStreamFilterBuilder builder) → SupabaseStreamBuilder
Applies the Supabase stream filter onto the provided builder.
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