filePath property
String
get
filePath
File path of the bookmarks collection used by this RouteBookmarks instance.
This is the platform-specific file path where the bookmarks database is stored.
Returns
String: absolute path to the bookmarks file.
Implementation
String get filePath {
final OperationResult resultString = objectMethod(
pointerId,
'RouteBookmarks',
'getFilePath',
);
return resultString['result'];
}