suggestedActionUpgradePremium property
Suggests the user to upgrade the Premium subscription from monthly payments to annual payments
Implementation
SuggestedActionUpgradePremium? get suggestedActionUpgradePremium {
if (this is SuggestedActionUpgradePremium) {
return this as SuggestedActionUpgradePremium;
}
return null;
}