PremiumState constructor
PremiumState({
- String? extra,
- int? client_id,
- FormattedText? state,
- vector<
PremiumPaymentOption> ? payment_options, - vector<
PremiumFeaturePromotionAnimation> ? animations,
Implementation
PremiumState({
super.extra,
super.client_id,
this.state,
this.payment_options,
this.animations,
});