EdgeSnapshot<V> constructor

EdgeSnapshot<V>(
  1. Edge<V> edge, {
  2. SnapshotState state = SnapshotState.unmodified,
})

Implementation

EdgeSnapshot(this.edge, {this.state = SnapshotState.unmodified})
    : super(edge.id);