premiumLimitTypeWeeklySentStoryCount property
The maximum number of stories sent per week
Implementation
PremiumLimitTypeWeeklySentStoryCount?
get premiumLimitTypeWeeklySentStoryCount {
if (this is PremiumLimitTypeWeeklySentStoryCount) {
return this as PremiumLimitTypeWeeklySentStoryCount;
}
return null;
}