FilterGroup class

Group one or more filter conditions.

Constructors

FilterGroup.and(List<FilterOperation> filters)
Create a logical AND filter group.
const
FilterGroup.not(FilterOperation filter)
Negate a filter.
FilterGroup.or(List<FilterOperation> filters)
Create a logical OR filter group.
const

Properties

filters List<FilterOperation>
The filter(s) to be grouped.
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 FilterGroupType
Type of this group.
final

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