PostgresChangeFilter class

Creates a filter for realtime postgres change listener.

Constructors

PostgresChangeFilter({required PostgresChangeFilterType type, required String column, required dynamic value})
Creates a filter for realtime postgres change listener.

Properties

column String
The column to set the 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
type PostgresChangeFilterType
The type of the filter to set.
final
value → dynamic
The value to perform the filter on.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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