childrenOfById method

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

Implementation

@override
Map<V, Vertex<V>> childrenOfById(V id) => current.childrenOfById(id);