countUrlTranslations property
Number of URL translations available for this alert.
Returns
int: Count of URL translations.
See also:
- getUrlTranslation - get URL translation by index.
Implementation
int get countUrlTranslations {
final OperationResult resultString = objectMethod(
pointerId,
'PTAlert',
'getCountUrlTranslations',
);
return resultString['result'];
}