dslink
dslink.common
Path
parent
parent
dslink
dslink.common
Path
parent
property
parent
dslink
dslink.common
Path
Static properties
invalidChar
invalidNameChar
Static methods
escapeName
getValidAttributePath
getValidConfigPath
getValidNodePath
getValidPath
Constructors
Path
Properties
isAbsolute
isAttribute
isConfig
isNode
isRoot
name
parent
parentPath
path
valid
hashCode
runtimeType
Operators
operator ==
Methods
child
mergeBasePath
noSuchMethod
toString
Path
parent
Get the parent of this path.
Source
Path get parent => new Path(parentPath);