dslink
dslink.common
Path
isAbsolute
isAbsolute
dslink
dslink.common
Path
isAbsolute
property
isAbsolute
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
bool
isAbsolute
Is this an absolute path?
Source
bool get isAbsolute { return name == '/' || parentPath.startsWith('/'); }