fromMap property

Map<String, RolloutStrategyAttributeConditional> fromMap
getter/setter pair

Implementation

static Map<String, RolloutStrategyAttributeConditional> fromMap = {
  'EQUALS': RolloutStrategyAttributeConditional.EQUALS,
  'ENDS_WITH': RolloutStrategyAttributeConditional.ENDS_WITH,
  'STARTS_WITH': RolloutStrategyAttributeConditional.STARTS_WITH,
  'GREATER': RolloutStrategyAttributeConditional.GREATER,
  'GREATER_EQUALS': RolloutStrategyAttributeConditional.GREATER_EQUALS,
  'LESS': RolloutStrategyAttributeConditional.LESS,
  'LESS_EQUALS': RolloutStrategyAttributeConditional.LESS_EQUALS,
  'NOT_EQUALS': RolloutStrategyAttributeConditional.NOT_EQUALS,
  'INCLUDES': RolloutStrategyAttributeConditional.INCLUDES,
  'EXCLUDES': RolloutStrategyAttributeConditional.EXCLUDES,
  'REGEX': RolloutStrategyAttributeConditional.REGEX
};