MetricFilter class

MetricFilter specifies the filter on a metric.

Constructors

MetricFilter({String? comparisonValue, String? metricName, bool? not, String? operator})
MetricFilter.fromJson(Map json_)

Properties

comparisonValue String?
The value to compare against.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metricName String?
The metric that will be filtered on.
getter/setter pair
not bool?
Logical NOT operator.
getter/setter pair
operator String?
Is the metric EQUAL, LESS_THAN or GREATER_THAN the comparisonValue, the default is EQUAL.
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