DimensionFilter class

Dimension filter specifies the filtering options on a dimension.

Constructors

DimensionFilter({bool? caseSensitive, String? dimensionName, List<String>? expressions, bool? not, String? operator})
DimensionFilter.fromJson(Map json_)

Properties

caseSensitive bool?
Should the match be case sensitive? Default is false.
getter/setter pair
dimensionName String?
The dimension to filter on.
getter/setter pair
expressions List<String>?
Strings or regular expression to match against.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
not bool?
Logical NOT operator.
getter/setter pair
operator String?
How to match the dimension to the expression.
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