PremiumState constructor

PremiumState({
  1. String? extra,
  2. int? client_id,
  3. FormattedText? state,
  4. vector<PremiumPaymentOption>? payment_options,
  5. vector<PremiumFeaturePromotionAnimation>? animations,
})

Implementation

PremiumState({
  super.extra,
  super.client_id,
  this.state,
  this.payment_options,
  this.animations,
});