GraphSnapshot<V> constructor

GraphSnapshot<V>({
  1. Map<V, VertexSnapshot<V>> vertexSnapshots = const {},
})

Implementation

GraphSnapshot({this.vertexSnapshots = const {}})
    : super._(vertices: activeVertices(vertexSnapshots));