isNode property

bool get isNode

Is this a node?

Implementation

bool get isNode {
  return !name.startsWith(r'@') && !name.startsWith(r'$');
}