isNode property
bool
get
isNode
Is this a node?
Implementation
bool get isNode {
return !name.startsWith(r'@') && !name.startsWith(r'$');
}
Is this a node?
bool get isNode {
return !name.startsWith(r'@') && !name.startsWith(r'$');
}