EdgeSnapshot<V> constructor
EdgeSnapshot<V> (
- Edge<
V> edge, { - SnapshotState state = SnapshotState.unmodified,
Implementation
EdgeSnapshot(this.edge, {this.state = SnapshotState.unmodified})
: super(edge.id);