dslink
dslink.common
Path
isAttribute
isAttribute
dslink
dslink.common
Path
isAttribute
property
isAttribute
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
isAttribute
Is this an attribute?
Source
bool get isAttribute { return name.startsWith(r'@'); }