PremiumTier.from constructor

PremiumTier.from(
  1. int? value
)

Implementation

PremiumTier.from(int? value) : super(value ?? 0);