static PlanTier fromString(String? s) => switch (s) { 'enterprise' => enterprise, 'team' => team, 'professional' => professional, 'trial' => trial, _ => none, };