AnalyticsFilter class

The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.

Constructors

AnalyticsFilter({AnalyticsAndOperator? and, String? prefix, Tag? tag})
AnalyticsFilter.fromXml(XmlElement elem)
factory

Properties

and AnalyticsAndOperator?
A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter. The operator must have at least two predicates.
final
hashCode int
The hash code for this object.
no setterinherited
prefix String?
The prefix to use when evaluating an analytics filter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag Tag?
The tag to use when evaluating an analytics filter.
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
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

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