Filter class
An expression to filter dimension or metric values.
Constructors
- Filter({BetweenFilter? betweenFilter, String? fieldName, InListFilter? inListFilter, NumericFilter? numericFilter, StringFilter? stringFilter})
- Filter.fromJson(Map _json)
Properties
- betweenFilter ↔ BetweenFilter?
-
A filter for two values.
getter/setter pair
- fieldName ↔ String?
-
The dimension name or metric name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inListFilter ↔ InListFilter?
-
A filter for in list values.
getter/setter pair
- numericFilter ↔ NumericFilter?
-
A filter for numeric or date values.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringFilter ↔ StringFilter?
-
Strings related filter.
getter/setter pair
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