Where class

A class that represents a collection of filters to be applied in a database query.

This class is used to group multiple Filter conditions together for complex queries.

Constructors

Where(List<Filter> filters)
Creates a new Where clause with the specified filters
Where.fromJson(Map<String, dynamic> json)
Creates a Where instance from a JSON map.
factory

Properties

filters List<Filter>
List of filters to be applied
final
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
toString() String
A string representation of this object.
inherited

Operators

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