NtiuspSubscription constructor

NtiuspSubscription({
  1. bool? isSubscribedInfo,
  2. bool? isSubscribedAd,
  3. bool? isSubscribedNighttimeAd,
})

Implementation

NtiuspSubscription(
    {this.isSubscribedInfo,
      this.isSubscribedAd,
      this.isSubscribedNighttimeAd});