path property
String
get
path
The file system path where this SettingsService stores its values.
Returns
- The absolute path as a
String.
Implementation
String get path {
final OperationResult resultString = objectMethod(
pointerId,
'SettingsService',
'getPath',
);
return resultString['result'];
}