paths property

List<String> paths

Implementation

List<String> get paths {
  return <String>{
    for (final node in _nodes) ...node.paths,
  }.toList();
}