premiumLimitTypeWeeklySentStoryCount property

PremiumLimitTypeWeeklySentStoryCount? premiumLimitTypeWeeklySentStoryCount

The maximum number of stories sent per week

Implementation

PremiumLimitTypeWeeklySentStoryCount?
    get premiumLimitTypeWeeklySentStoryCount {
  if (this is PremiumLimitTypeWeeklySentStoryCount) {
    return this as PremiumLimitTypeWeeklySentStoryCount;
  }
  return null;
}