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? xml)

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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
prefix String?
The prefix to use when evaluating an analytics filter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag Tag?
The tag to use when evaluating an analytics filter.
getter/setter pair

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() → XmlNode

Operators

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