Subscription constructor

Subscription({
  1. String? tierId,
  2. bool? digital,
  3. bool? physical,
  4. bool? adFree,
  5. String? title,
  6. bool? renew,
  7. int? duration,
  8. String? durationText,
})

Implementation

Subscription(
    {this.tierId,
      this.digital,
      this.physical,
      this.adFree,
      this.title,
      this.renew,
      this.duration,
      this.durationText});