imagesCount property
Get the count of the images on the Wikipedia page.
Returns
- The count of the images on the Wikipedia page
Throws
- An exception if it fails.
Implementation
int get imagesCount {
final OperationResult resultString = objectMethod(
_pointerId,
'ExternalInfo',
'getWikiImagesCount',
);
return resultString['result'];
}