FilterGroup class

Joins multiple Filter elements into a group using a FilterGroupType.

Best practice: Use the convenience methods Filter.and / Filter.or instead of instantiating FilterGroup directly.

Inheritance

Constructors

FilterGroup(List<Filter> filters, FilterGroupType type)
const

Properties

filters List<Filter>
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FilterGroupType
final

Methods

and(Filter other) Filter
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or(Filter other) Filter
inherited
reduce() Filter
Tries to simplify the Filter structure to avoid redundancy.
override
toString() String
A string representation of this object.
inherited

Operators

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