defaultPath property
String
get
defaultPath
Developer specified path for side panel display.
Implementation
String get defaultPath => _wrapped.default_path;
set
defaultPath
(String v)
Implementation
set defaultPath(String v) {
_wrapped.default_path = v;
}