wireValue property

String get wireValue

Implementation

String get wireValue => switch (this) {
  compPlan => 'comp_plan',
  discount => 'discount',
  usageBoost => 'usage_boost',
  extendTrial => 'extend_trial',
};