EnumDeprecationInfo constructor

const EnumDeprecationInfo(
  1. Map<int, VariantDeprecationInfo> deprecatedVariants
)

Implementation

const EnumDeprecationInfo(this.deprecatedVariants);