FilterTag class final

A FilterTag filters on a specific value. It uses a reserved keywords _tags as attribute.

Implemented types

Properties

attribute String
The attribute this filter applies on.
final
hashCode int
The hash code for this object.
no setteroverride
isNegated bool
Whether or not the filter is negated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Filter tag value.
final

Methods

copyWith({String? value, bool? isNegated}) FilterTag
Make a copy of the tag filter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
not() FilterTag
Negates a FilterFacet.
override
toString() String
A string representation of this object.
override

Operators

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