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