RolloutStrategyAttributeConditional enum
- Inheritance
- Available extensions
Values
- EQUALS → const RolloutStrategyAttributeConditional
- ENDS_WITH → const RolloutStrategyAttributeConditional
- STARTS_WITH → const RolloutStrategyAttributeConditional
- GREATER → const RolloutStrategyAttributeConditional
- GREATER_EQUALS → const RolloutStrategyAttributeConditional
- LESS → const RolloutStrategyAttributeConditional
- LESS_EQUALS → const RolloutStrategyAttributeConditional
- NOT_EQUALS → const RolloutStrategyAttributeConditional
- INCLUDES → const RolloutStrategyAttributeConditional
- EXCLUDES → const RolloutStrategyAttributeConditional
- REGEX → const RolloutStrategyAttributeConditional
Properties
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
Constants
-
values
→ const List<
RolloutStrategyAttributeConditional> - A constant List of the values in this enum, in order of their declaration.