size property
Number of bookmarked routes in this collection.
Returns
int: count of stored routes.
Implementation
int get size {
final OperationResult resultString = objectMethod(
pointerId,
'RouteBookmarks',
'size',
);
return resultString['result'];
}