premiumLimitTypeSavedAnimationCount property
The maximum number of saved animations
Implementation
PremiumLimitTypeSavedAnimationCount? get premiumLimitTypeSavedAnimationCount {
if (this is PremiumLimitTypeSavedAnimationCount) {
return this as PremiumLimitTypeSavedAnimationCount;
}
return null;
}