parentsOfById method

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

Implementation

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