VertexSnapshot<V> constructor

VertexSnapshot<V>(
  1. Vertex<V> vertex, {
  2. SnapshotState state = SnapshotState.unmodified,
})

Implementation

VertexSnapshot(this.vertex, {this.state = SnapshotState.unmodified})
    : super(vertex.id);