UtilityCategoryComparison class final
A condition evaluating whether a particular UtilityCategory exists on a feature in the trace.
- Inheritance
-
- Object
- UtilityTraceCondition
- UtilityTraceConditionalExpression
- UtilityCategoryComparison
Constructors
- UtilityCategoryComparison.withCategory(UtilityCategory category, {required UtilityCategoryComparisonOperator comparisonOperator})
-
Creates a condition evaluating whether an UtilityCategory exists on a
feature.
factory
- UtilityCategoryComparison.withName(String categoryName, {required UtilityCategoryComparisonOperator comparisonOperator})
-
Creates a condition evaluating whether a category with this name exists on
a feature.
factory
Properties
- category → UtilityCategory
-
The category to evaluate as part of the condition.
no setter
- comparisonOperator → UtilityCategoryComparisonOperator
-
The type of comparison to do between the UtilityCategory and each
feature in the trace.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited