countDescriptionTextTranslations property
Get number of description text translations in this alert.
Returns
- Number of description text translations.
Implementation
int get countDescriptionTextTranslations {
final OperationResult resultString = objectMethod(
pointerId,
'PTAlert',
'getCountDescriptionTextTranslations',
);
return resultString['result'];
}