PremiumLimit constructor
PremiumLimit({
- PremiumLimitType? type,
- required int defaultValue,
Implementation
PremiumLimit({
this.type,
required this.defaultValue,
required this.premiumValue,
});