SupaNotEqualStreamFilter<B extends SupaCore> class

Column is not equal to a value

A filter that only matches rows where the column is not equal to value.

value: The value to filter with.

Inheritance

Constructors

SupaNotEqualStreamFilter(SupaValue<B, dynamic, dynamic> value)
Column is not equal to a value
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
value SupaValue<B, dynamic, dynamic>
The value 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