childrenOfById method

Map<V, Vertex<V>> childrenOfById(
  1. V id
)

Implementation

Map<V, Vertex<V>> childrenOfById(V id) => graph.childrenOfById(id);