size property
Get number of routes.
Returns
- The number of routes in the collection
Throws
- An exception if it fails.
Implementation
int get size {
final OperationResult resultString = objectMethod(
_pointerId,
'RouteBookmarks',
'size',
);
return resultString['result'];
}