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