PremiumLimit constructor
PremiumLimit({
- String? extra,
- int? client_id,
- PremiumLimitType? type,
- int32? default_value,
Implementation
PremiumLimit({
super.extra,
super.client_id,
this.type,
this.default_value,
this.premium_value,
});