nodeNames property

Set<String> get nodeNames

Implementation

Set<String> get nodeNames {
  return {for (final node in nodes.values) ?node.name};
}