GraphSnapshot<V> constructor
GraphSnapshot<V> ({
- Map<
V, VertexSnapshot< vertexSnapshots = const {},V> >
Implementation
GraphSnapshot({this.vertexSnapshots = const {}})
: super._(vertices: activeVertices(vertexSnapshots));