premiumLimitTypeMonthlySentStoryCount property

PremiumLimitTypeMonthlySentStoryCount? premiumLimitTypeMonthlySentStoryCount

The maximum number of stories sent per month

Implementation

PremiumLimitTypeMonthlySentStoryCount?
    get premiumLimitTypeMonthlySentStoryCount {
  if (this is PremiumLimitTypeMonthlySentStoryCount) {
    return this as PremiumLimitTypeMonthlySentStoryCount;
  }
  return null;
}