VertexSnapshot<V> constructor
VertexSnapshot<V> (
- Vertex<
V> vertex, { - SnapshotState state = SnapshotState.unmodified,
Implementation
VertexSnapshot(this.vertex, {this.state = SnapshotState.unmodified})
: super(vertex.id);