SupaIncludedInStreamFilter<B extends SupaCore, J> class

Column is in an array

A filter that only matches rows where the column is found in the specified values.

column: The column to filter on.

values: The list to filter with.

Inheritance

Constructors

SupaIncludedInStreamFilter(SupaColumn<B, dynamic, J> column, List<J> values)
Column is in an array
const

Properties

column SupaColumn<B, dynamic, J>
The column to filter on.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<J>
The list to filter with.
final

Methods

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