FilterExpression class

To express dimension or metric filters.

The fields in the same FilterExpression need to be either all dimensions or all metrics.

Constructors

FilterExpression({FilterExpressionList? andGroup, Filter? filter, FilterExpression? notExpression, FilterExpressionList? orGroup})
FilterExpression.fromJson(Map _json)

Properties

andGroup FilterExpressionList?
The FilterExpressions in and_group have an AND relationship.
getter/setter pair
filter Filter?
A primitive filter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notExpression FilterExpression?
The FilterExpression is NOT of not_expression.
getter/setter pair
orGroup FilterExpressionList?
The FilterExpressions in or_group have an OR relationship.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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