bool isNode

Is this a node?

Source

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