SubscriptionPriceChange constructor

SubscriptionPriceChange({
  1. Price? newPrice,
  2. int? state,
})

Implementation

SubscriptionPriceChange({
  this.newPrice,
  this.state,
});