Check if a specific variant is deprecated
bool isVariantDeprecated(int variantIndex) { return deprecatedVariants.containsKey(variantIndex); }