defaultPath property
String
get
defaultPath
Get default path
Implementation
String get defaultPath => _registry.defaultPath;
set
defaultPath
(String path)
Set default path
Implementation
set defaultPath(String path) => _registry.defaultPath = path;